Shades of Burgundy #841120
Tints of Burgundy #841120
RGB
CMYK
RGB Variations
Color information
#841120 (or 0x841120) is known color: Burgundy. HEX triplet: 84, 11 and 20. RGB value is (132,17,32). Sum of RGB (Red+Green+Blue) = 132+17+32=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #841120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841120 is #7BEEDF. Grayscale: #353535. Windows color (decimal): -8122080 or 2101636. OLE color: 2101636.
HSL color Cylindrical-coordinate representation of color #841120: hue angle of 352.17º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841120 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 32 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.48 |
| HSL | 352.17º | 0.77% | 0.29% | - |
| HSV(B) | 352.17º | 0.87% | 0.52% | - |
| XYZ | 9.98 | 5.41 | 1.89 | - |
| YUV | 53.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 32 | 0 | 0.87 | 0.76 | 0.48 | 352.17 | 0.77 | 0.29 |
| Hex | 84 | 11 | 20 | 0 | 57 | 4C | 30 | 160 | 4D | 1D |
| Octal | 204 | 21 | 40 | 0 | 127 | 114 | 60 | 540 | 115 | 35 |
| Binary | 10000100 | 10001 | 100000 | 0 | 1010111 | 1001100 | 110000 | 101100000 | 1001101 | 11101 |
Color Harmonies of #841120
Complementary color
Monochromatic Colors of #841120
Black with #841120
Text Example
Text Example
White with #841120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841120; }
p { color: rgb(132,17,32); }
H1.HeaderClassName
{
color: #841120;
}
.AnyTagClassName
{
color: #841120;
}
</style>
background-color css
<style>
a { background-color: #841120; }
a { background-color: rgb(132,17,32); }
div.DivClassName
{
background-color: #841120;
}
.BgClassName
{
background-color: #841120;
}
</style>
border-color css
<style>
span { border-color: #841120; }
span { border-color: rgb(132,17,32); }
td.TdClassName
{
border-color: #841120;
}
.TagClassName
{
border-color: #841120;
}
</style>