Burgundy (Red)
#830B17
RGB: 131, 11, 23
Color OverviewHEX #830B17
#830B17 Color Code Information
In the RGB color space, #830B17 is composed of 51% red, 4% green, and 9% blue. In the HSL color space, it has a hue of 354°, saturation of 85%, and lightness of 28%.
HEX
#830B17
RGB
131, 11, 23
HSL
354°, 85%, 28%
HSV
354°, 92%, 51%
CMYK
0%, 92%, 82%, 49%
Name Match
Burgundy
Closest StandardShades of #830B17 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #830B17 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #830B17 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #830B17
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #830B17 Background
Contrast Ratio against Pure White (#FFFFFF):10.37 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #830B17 Background
Contrast Ratio against Pure Black (#000000):2.03 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #830B17;
}
.element {
color: #830B17;
background-color: #830B17;
border-color: #830B17;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#830B17] text-[#830B17] border-[#830B17]"> Content styled with #830B17 </div>