HSL(351, 26%, 45%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,26%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 26%, 45%) | color: hsl(351, 26%, 45%) | |
| HEX | #91555E | color: #91555E | |
| RGB | rgb(145, 85, 94) | color: rgb(145, 85, 94) | |
| CMYK | cmyk(0%, 41%, 35%, 43%) | — | |
| HSV | hsv(351, 41%, 57%) | — | |
| HWB | hwb(351 34% 43%) | color: hwb(351 34% 43%) | |
| OKLCH | oklch(0.5208 0.0803 10.55) | color: oklch(0.5208 0.0803 10.55) | |
| Lab | lab(43.25 26.03 5.56) | color: lab(43.25 26.03 5.56) | |
| LCH | lch(43.25 26.62 12.06) | color: lch(43.25 26.62 12.06) |
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)
#77765C — rgb(119, 118, 92)
Deuteranopia (Green-blind)
#7B7F5B — rgb(123, 127, 91)
Tritanopia (Blue-blind)
#8E5A5A — rgb(142, 90, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 26%, 45%);
text
color: hsl(351, 26%, 45%);
border
border: 2px solid hsl(351, 26%, 45%);
gradient light
background: linear-gradient(to right, hsl(351, 26%, 65%), hsl(351, 26%, 45%));
gradient dark
background: linear-gradient(to right, hsl(351, 26%, 45%), hsl(351, 26%, 25%))
hex
background-color: #91555E;
tailwind
bg-[hsl(351,26%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 26%, 45%, 0.4);
css variable
--color-primary: hsl(351, 26%, 45%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 26%, 45%)?
HEX: #91555E | RGB: rgb(145, 85, 94) | CMYK: 0%, 41%, 35%, 43% | HSV: 351°, 41%, 57%. Copy any format from the conversion table above.
What colors go well with #91555E?
The complementary color is HSL(171, 26%, 45%). 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, 26%, 45%) in CSS?
As HSL: color: hsl(351, 26%, 45%); — As HEX: color: #91555E; — As RGB: color: rgb(145, 85, 94); — Tailwind CSS: bg-[hsl(351,26%,45%)] — CSS variable: --color-primary: hsl(351, 26%, 45%);