#8A3A33
A dark, moderate red closely aligning with Sienna.
About #8A3A33
At its core, #8A3A33 is a dark and moderate hue. Designers often compare it to the standard color Sienna. Its digital footprint relies on 138 parts red, 58 parts green, and 51 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 58% magenta, 63% yellow, and 46% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A3A33
RGB138, 58, 51
HSL4.8°, 46.0%, 37.1%
CMYK0%, 58%, 63%, 46%
HSV4.8°, 63.0%, 54.1%
LAB35.3, 33.6, 21.3
XYZ12.6, 8.7, 4.1
Decimal9058867
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.68:1
Text on #FFFFFF
AAA
2.73:1
Text on #000000
FAIL
7.34:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A3A33;
}
.text-color {
color: #8A3A33;
}
.border-color {
border: 2px solid #8A3A33;
}