Shades of Burgundy #851122
Tints of Burgundy #851122
RGB
CMYK
RGB Variations
Color information
#851122 (or 0x851122) is known color: Burgundy. HEX triplet: 85, 11 and 22. RGB value is (133,17,34). Sum of RGB (Red+Green+Blue) = 133+17+34=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #851122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851122 is #7AEEDD. Grayscale: #353535. Windows color (decimal): -8056542 or 2232709. OLE color: 2232709.
HSL color Cylindrical-coordinate representation of color #851122: hue angle of 351.21º 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 #851122 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 34 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.48 |
| HSL | 351.21º | 0.77% | 0.29% | - |
| HSV(B) | 351.21º | 0.87% | 0.52% | - |
| XYZ | 10.16 | 5.5 | 2.04 | - |
| YUV | 53.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 34 | 0 | 0.87 | 0.74 | 0.48 | 351.21 | 0.77 | 0.29 |
| Hex | 85 | 11 | 22 | 0 | 57 | 4A | 30 | 15F | 4D | 1D |
| Octal | 205 | 21 | 42 | 0 | 127 | 112 | 60 | 537 | 115 | 35 |
| Binary | 10000101 | 10001 | 100010 | 0 | 1010111 | 1001010 | 110000 | 101011111 | 1001101 | 11101 |
Color Harmonies of #851122
Complementary color
Monochromatic Colors of #851122
Black with #851122
Text Example
Text Example
White with #851122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851122; }
p { color: rgb(133,17,34); }
H1.HeaderClassName
{
color: #851122;
}
.AnyTagClassName
{
color: #851122;
}
</style>
background-color css
<style>
a { background-color: #851122; }
a { background-color: rgb(133,17,34); }
div.DivClassName
{
background-color: #851122;
}
.BgClassName
{
background-color: #851122;
}
</style>
border-color css
<style>
span { border-color: #851122; }
span { border-color: rgb(133,17,34); }
td.TdClassName
{
border-color: #851122;
}
.TagClassName
{
border-color: #851122;
}
</style>