HSL(352, 53%, 31%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(352,53%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 53%, 31%) | color: hsl(352, 53%, 31%) | |
| HEX | #792530 | color: #792530 | |
| RGB | rgb(121, 37, 48) | color: rgb(121, 37, 48) | |
| CMYK | cmyk(0%, 69%, 60%, 53%) | — | |
| HSV | hsv(352, 69%, 47%) | — | |
| HWB | hwb(352 15% 53%) | color: hwb(352 15% 53%) | |
| OKLCH | oklch(0.3971 0.1165 16.66) | color: oklch(0.3971 0.1165 16.66) | |
| Lab | lab(28.39 37.25 13.56) | color: lab(28.39 37.25 13.56) | |
| LCH | lch(28.39 39.64 20) | color: lch(28.39 39.64 20) |
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)
#55542D — rgb(85, 84, 45)
Deuteranopia (Green-blind)
#5A602D — rgb(90, 96, 45)
Tritanopia (Blue-blind)
#752B2B — rgb(117, 43, 43)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 53%, 31%);
text
color: hsl(352, 53%, 31%);
border
border: 2px solid hsl(352, 53%, 31%);
gradient light
background: linear-gradient(to right, hsl(352, 53%, 51%), hsl(352, 53%, 31%));
gradient dark
background: linear-gradient(to right, hsl(352, 53%, 31%), hsl(352, 53%, 11%))
hex
background-color: #792530;
tailwind
bg-[hsl(352,53%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 53%, 31%, 0.4);
css variable
--color-primary: hsl(352, 53%, 31%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(352, 53%, 31%)?
HEX: #792530 | RGB: rgb(121, 37, 48) | CMYK: 0%, 69%, 60%, 53% | HSV: 352°, 69%, 47%. Copy any format from the conversion table above.
What colors go well with #792530?
The complementary color is HSL(172, 53%, 31%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 53%, 31%) in CSS?
As HSL: color: hsl(352, 53%, 31%); — As HEX: color: #792530; — As RGB: color: rgb(121, 37, 48); — Tailwind CSS: bg-[hsl(352,53%,31%)] — CSS variable: --color-primary: hsl(352, 53%, 31%);