#49162C
A very dark, moderate magenta closely aligning with Black.
About #49162C
The precise color #49162C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(73, 22, 44).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 70% Magenta, 40% Yellow, and 71% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49162C
RGB73, 22, 44
HSL334.1°, 53.7%, 18.6%
CMYK0%, 70%, 40%, 71%
HSV334.1°, 69.9%, 28.6%
LAB16.4, 26.7, -1.9
XYZ3.5, 2.2, 2.6
Decimal4789804
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.64:1
Text on #FFFFFF
AAA
1.43:1
Text on #000000
FAIL
13.99:1
Text on #F8FAFC
AAA
1.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #49162C;
}
.text-color {
color: #49162C;
}
.border-color {
border: 2px solid #49162C;
}