#B61D49
A medium, vivid magenta closely aligning with Brown.
About #B61D49
At its core, #B61D49 is a medium and vivid hue. Designers often compare it to the standard color Brown. Its digital footprint relies on 182 parts red, 29 parts green, and 73 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 84% magenta, 60% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#B61D49
RGB182, 29, 73
HSL342.7°, 72.5%, 41.4%
CMYK0%, 84%, 60%, 29%
HSV342.7°, 84.1%, 71.4%
LAB40.1, 60.2, 15.2
XYZ20.9, 11.3, 7.4
Decimal11935049
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.44:1
Text on #FFFFFF
AA
3.26:1
Text on #000000
AA Large
6.15:1
Text on #F8FAFC
AA
2.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B61D49;
}
.text-color {
color: #B61D49;
}
.border-color {
border: 2px solid #B61D49;
}