HSL(11, 30%, 40%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(11,30%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 30%, 40%) | color: hsl(11, 30%, 40%) | |
| HEX | #855347 | color: #855347 | |
| RGB | rgb(133, 83, 71) | color: rgb(133, 83, 71) | |
| CMYK | cmyk(0%, 38%, 47%, 48%) | — | |
| HSV | hsv(12, 47%, 52%) | — | |
| HWB | hwb(12 28% 48%) | color: hwb(12 28% 48%) | |
| OKLCH | oklch(0.4954 0.0702 34.2) | color: oklch(0.4954 0.0702 34.2) | |
| Lab | lab(40.62 19.4 15.74) | color: lab(40.62 19.4 15.74) | |
| LCH | lch(40.62 24.98 39.05) | color: lch(40.62 24.98 39.05) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#6F6F4A — rgb(111, 111, 74)
Deuteranopia (Green-blind)
#72764B — rgb(114, 118, 75)
Tritanopia (Blue-blind)
#834C4D — rgb(131, 76, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 30%, 40%);
text
color: hsl(11, 30%, 40%);
border
border: 2px solid hsl(11, 30%, 40%);
gradient light
background: linear-gradient(to right, hsl(11, 30%, 60%), hsl(11, 30%, 40%));
gradient dark
background: linear-gradient(to right, hsl(11, 30%, 40%), hsl(11, 30%, 20%))
hex
background-color: #855347;
tailwind
bg-[hsl(11,30%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 30%, 40%, 0.4);
css variable
--color-primary: hsl(11, 30%, 40%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(11, 30%, 40%)?
HEX: #855347 | RGB: rgb(133, 83, 71) | CMYK: 0%, 38%, 47%, 48% | HSV: 12°, 47%, 52%. Copy any format from the conversion table above.
What colors go well with #855347?
The complementary color is HSL(191, 30%, 40%). For a triadic harmony, use hues 11°, 131°, and 251°. For analogous combinations, try hues 341° and 41°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(11, 30%, 40%) in CSS?
As HSL: color: hsl(11, 30%, 40%); — As HEX: color: #855347; — As RGB: color: rgb(133, 83, 71); — Tailwind CSS: bg-[hsl(11,30%,40%)] — CSS variable: --color-primary: hsl(11, 30%, 40%);