Burgundy (Red)
#5C0824
RGB: 92, 8, 36
Color OverviewHEX #5C0824

#5C0824 Color Code Information

In the RGB color space, #5C0824 is composed of 36% red, 3% green, and 14% blue. In the HSL color space, it has a hue of 340°, saturation of 84%, and lightness of 20%.

HEX
#5C0824
RGB
92, 8, 36
HSL
340°, 84%, 20%
HSV
340°, 91%, 36%
CMYK
0%, 91%, 61%, 64%
Name Match
Burgundy
Closest Standard

Shades of #5C0824 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #5C0824 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #5C0824 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #5C0824

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #5C0824 Background
Contrast Ratio against Pure White (#FFFFFF):13.86 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #5C0824 Background
Contrast Ratio against Pure Black (#000000):1.52 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #5C0824;
}

.element {
  color: #5C0824;
  background-color: #5C0824;
  border-color: #5C0824;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#5C0824] text-[#5C0824] border-[#5C0824]">
  Content styled with #5C0824
</div>