Shades of Burgundy #841222
Tints of Burgundy #841222
RGB
CMYK
RGB Variations
Color information
#841222 (or 0x841222) is known color: Burgundy. HEX triplet: 84, 12 and 22. RGB value is (132,18,34). Sum of RGB (Red+Green+Blue) = 132+18+34=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #841222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841222 is #7BEDDD. Grayscale: #353535. Windows color (decimal): -8121822 or 2232964. OLE color: 2232964.
HSL color Cylindrical-coordinate representation of color #841222: hue angle of 351.58º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841222 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 34 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.48 |
| HSL | 351.58º | 0.76% | 0.29% | - |
| HSV(B) | 351.58º | 0.86% | 0.52% | - |
| XYZ | 10.02 | 5.45 | 2.04 | - |
| YUV | 53.91 | 116.77 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 34 | 0 | 0.86 | 0.74 | 0.48 | 351.58 | 0.76 | 0.29 |
| Hex | 84 | 12 | 22 | 0 | 56 | 4A | 30 | 160 | 4C | 1D |
| Octal | 204 | 22 | 42 | 0 | 126 | 112 | 60 | 540 | 114 | 35 |
| Binary | 10000100 | 10010 | 100010 | 0 | 1010110 | 1001010 | 110000 | 101100000 | 1001100 | 11101 |
Color Harmonies of #841222
Complementary color
Monochromatic Colors of #841222
Black with #841222
Text Example
Text Example
White with #841222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841222; }
p { color: rgb(132,18,34); }
H1.HeaderClassName
{
color: #841222;
}
.AnyTagClassName
{
color: #841222;
}
</style>
background-color css
<style>
a { background-color: #841222; }
a { background-color: rgb(132,18,34); }
div.DivClassName
{
background-color: #841222;
}
.BgClassName
{
background-color: #841222;
}
</style>
border-color css
<style>
span { border-color: #841222; }
span { border-color: rgb(132,18,34); }
td.TdClassName
{
border-color: #841222;
}
.TagClassName
{
border-color: #841222;
}
</style>