HSL(351, 28%, 31%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,28%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 28%, 31%) | color: hsl(351, 28%, 31%) | |
| HEX | #653940 | color: #653940 | |
| RGB | rgb(101, 57, 64) | color: rgb(101, 57, 64) | |
| CMYK | cmyk(0%, 44%, 37%, 60%) | — | |
| HSV | hsv(350, 44%, 40%) | — | |
| HWB | hwb(350 22% 60%) | color: hwb(350 22% 60%) | |
| OKLCH | oklch(0.4007 0.0629 10.05) | color: oklch(0.4007 0.0629 10.05) | |
| Lab | lab(29.57 20.43 4.15) | color: lab(29.57 20.43 4.15) | |
| LCH | lch(29.57 20.85 11.48) | color: lch(29.57 20.85 11.48) |
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)
#52523E — rgb(82, 82, 62)
Deuteranopia (Green-blind)
#55583E — rgb(85, 88, 62)
Tritanopia (Blue-blind)
#633D3D — rgb(99, 61, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 28%, 31%);
text
color: hsl(351, 28%, 31%);
border
border: 2px solid hsl(351, 28%, 31%);
gradient light
background: linear-gradient(to right, hsl(351, 28%, 51%), hsl(351, 28%, 31%));
gradient dark
background: linear-gradient(to right, hsl(351, 28%, 31%), hsl(351, 28%, 11%))
hex
background-color: #653940;
tailwind
bg-[hsl(351,28%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 28%, 31%, 0.4);
css variable
--color-primary: hsl(351, 28%, 31%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 28%, 31%)?
HEX: #653940 | RGB: rgb(101, 57, 64) | CMYK: 0%, 44%, 37%, 60% | HSV: 350°, 44%, 40%. Copy any format from the conversion table above.
What colors go well with #653940?
The complementary color is HSL(171, 28%, 31%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 28%, 31%) in CSS?
As HSL: color: hsl(351, 28%, 31%); — As HEX: color: #653940; — As RGB: color: rgb(101, 57, 64); — Tailwind CSS: bg-[hsl(351,28%,31%)] — CSS variable: --color-primary: hsl(351, 28%, 31%);