HSL(358, 40%, 36%)

Red — Red color

Adjust Color

Color Information

Color Name

Red

Color Family

Red

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(358,40%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(358, 40%, 36%) color: hsl(358, 40%, 36%)
HEX #81373A color: #81373A
RGB rgb(129, 55, 58) color: rgb(129, 55, 58)
CMYK cmyk(0%, 57%, 55%, 49%)
HSV hsv(358, 57%, 51%)
HWB hwb(358 22% 49%) color: hwb(358 22% 49%)
OKLCH oklch(0.438 0.1025 19.83) color: oklch(0.438 0.1025 19.83)
Lab lab(33.36 32.24 13.97) color: lab(33.36 32.24 13.97)
LCH lch(33.36 35.14 23.43) color: lch(33.36 35.14 23.43)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 8.26:1
vs Black 2.54:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#616039 — rgb(97, 96, 57)

Deuteranopia (Green-blind)

#656B39 — rgb(101, 107, 57)

Tritanopia (Blue-blind)

#7D3939 — rgb(125, 57, 57)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(358, 40%, 36%);

text

color: hsl(358, 40%, 36%);

border

border: 2px solid hsl(358, 40%, 36%);

gradient light

background: linear-gradient(to right, hsl(358, 40%, 56%), hsl(358, 40%, 36%));

gradient dark

background: linear-gradient(to right, hsl(358, 40%, 36%), hsl(358, 40%, 16%))

hex

background-color: #81373A;

tailwind

bg-[hsl(358,40%,36%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(358, 40%, 36%, 0.4);

css variable

--color-primary: hsl(358, 40%, 36%);

Related Colors

Use Cases for Red

Alerts & errors Call-to-action buttons Brand logos Sale badges Warning messages

Frequently Asked Questions

What are all the color codes for HSL(358, 40%, 36%)?

HEX: #81373A | RGB: rgb(129, 55, 58) | CMYK: 0%, 57%, 55%, 49% | HSV: 358°, 57%, 51%. Copy any format from the conversion table above.

What colors go well with #81373A?

The complementary color is HSL(178, 40%, 36%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(358, 40%, 36%) in CSS?

As HSL: color: hsl(358, 40%, 36%); — As HEX: color: #81373A; — As RGB: color: rgb(129, 55, 58); — Tailwind CSS: bg-[hsl(358,40%,36%)] — CSS variable: --color-primary: hsl(358, 40%, 36%);