Shades of Burgundy #851120
Tints of Burgundy #851120
RGB
CMYK
RGB Variations
Color information
#851120 (or 0x851120) is known color: Burgundy. HEX triplet: 85, 11 and 20. RGB value is (133,17,32). Sum of RGB (Red+Green+Blue) = 133+17+32=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #851120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851120 is #7AEEDF. Grayscale: #353535. Windows color (decimal): -8056544 or 2101637. OLE color: 2101637.
HSL color Cylindrical-coordinate representation of color #851120: hue angle of 352.24º 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 #851120 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 32 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.48 |
| HSL | 352.24º | 0.77% | 0.29% | - |
| HSV(B) | 352.24º | 0.87% | 0.52% | - |
| XYZ | 10.13 | 5.49 | 1.89 | - |
| YUV | 53.39 | 115.93 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 32 | 0 | 0.87 | 0.76 | 0.48 | 352.24 | 0.77 | 0.29 |
| Hex | 85 | 11 | 20 | 0 | 57 | 4C | 30 | 160 | 4D | 1D |
| Octal | 205 | 21 | 40 | 0 | 127 | 114 | 60 | 540 | 115 | 35 |
| Binary | 10000101 | 10001 | 100000 | 0 | 1010111 | 1001100 | 110000 | 101100000 | 1001101 | 11101 |
Color Harmonies of #851120
Complementary color
Monochromatic Colors of #851120
Black with #851120
Text Example
Text Example
White with #851120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851120; }
p { color: rgb(133,17,32); }
H1.HeaderClassName
{
color: #851120;
}
.AnyTagClassName
{
color: #851120;
}
</style>
background-color css
<style>
a { background-color: #851120; }
a { background-color: rgb(133,17,32); }
div.DivClassName
{
background-color: #851120;
}
.BgClassName
{
background-color: #851120;
}
</style>
border-color css
<style>
span { border-color: #851120; }
span { border-color: rgb(133,17,32); }
td.TdClassName
{
border-color: #851120;
}
.TagClassName
{
border-color: #851120;
}
</style>