Shades of Burgundy #871222
Tints of Burgundy #871222
RGB
CMYK
RGB Variations
Color information
#871222 (or 0x871222) is known color: Burgundy. HEX triplet: 87, 12 and 22. RGB value is (135,18,34). Sum of RGB (Red+Green+Blue) = 135+18+34=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #871222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871222 is #78EDDD. Grayscale: #363636. Windows color (decimal): -7925214 or 2232967. OLE color: 2232967.
HSL color Cylindrical-coordinate representation of color #871222: hue angle of 351.79º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871222 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 34 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.47 |
| HSL | 351.79º | 0.76% | 0.3% | - |
| HSV(B) | 351.79º | 0.87% | 0.53% | - |
| XYZ | 10.5 | 5.7 | 2.06 | - |
| YUV | 54.81 | 116.26 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 34 | 0 | 0.87 | 0.75 | 0.47 | 351.79 | 0.76 | 0.3 |
| Hex | 87 | 12 | 22 | 0 | 57 | 4B | 2F | 160 | 4C | 1E |
| Octal | 207 | 22 | 42 | 0 | 127 | 113 | 57 | 540 | 114 | 36 |
| Binary | 10000111 | 10010 | 100010 | 0 | 1010111 | 1001011 | 101111 | 101100000 | 1001100 | 11110 |
Color Harmonies of #871222
Complementary color
Monochromatic Colors of #871222
Black with #871222
Text Example
Text Example
White with #871222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871222; }
p { color: rgb(135,18,34); }
H1.HeaderClassName
{
color: #871222;
}
.AnyTagClassName
{
color: #871222;
}
</style>
background-color css
<style>
a { background-color: #871222; }
a { background-color: rgb(135,18,34); }
div.DivClassName
{
background-color: #871222;
}
.BgClassName
{
background-color: #871222;
}
</style>
border-color css
<style>
span { border-color: #871222; }
span { border-color: rgb(135,18,34); }
td.TdClassName
{
border-color: #871222;
}
.TagClassName
{
border-color: #871222;
}
</style>