#8A1633
A dark, vivid red closely aligning with Brown.
About #8A1633
Visually, #8A1633 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Brown. In the RGB color space, it consists of 138 red, 22 green, and 51 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 84% Magenta, 63% Yellow, and 46% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A1633
RGB138, 22, 51
HSL345.0°, 72.5%, 31.4%
CMYK0%, 84%, 63%, 46%
HSV345.0°, 84.1%, 54.1%
LAB30.0, 48.3, 14.3
XYZ11.4, 6.2, 3.7
Decimal9049651
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.36:1
Text on #FFFFFF
AAA
2.24:1
Text on #000000
FAIL
8.95:1
Text on #F8FAFC
AAA
1.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A1633;
}
.text-color {
color: #8A1633;
}
.border-color {
border: 2px solid #8A1633;
}