Shades of Burgundy #870E20
Tints of Burgundy #870E20
RGB
CMYK
RGB Variations
Color information
#870E20 (or 0x870E20) is known color: Burgundy. HEX triplet: 87, 0E and 20. RGB value is (135,14,32). Sum of RGB (Red+Green+Blue) = 135+14+32=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #870E20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E20 is #78F1DF. Grayscale: #343434. Windows color (decimal): -7926240 or 2100871. OLE color: 2100871.
HSL color Cylindrical-coordinate representation of color #870E20: hue angle of 351.07º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E20 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 32 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.47 |
| HSL | 351.07º | 0.81% | 0.29% | - |
| HSV(B) | 351.07º | 0.9% | 0.53% | - |
| XYZ | 10.41 | 5.57 | 1.89 | - |
| YUV | 52.23 | 116.59 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 32 | 0 | 0.90 | 0.76 | 0.47 | 351.07 | 0.81 | 0.29 |
| Hex | 87 | E | 20 | 0 | 5A | 4C | 2F | 15F | 51 | 1D |
| Octal | 207 | 16 | 40 | 0 | 132 | 114 | 57 | 537 | 121 | 35 |
| Binary | 10000111 | 1110 | 100000 | 0 | 1011010 | 1001100 | 101111 | 101011111 | 1010001 | 11101 |
Color Harmonies of #870E20
Complementary color
Monochromatic Colors of #870E20
Black with #870E20
Text Example
Text Example
White with #870E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E20; }
p { color: rgb(135,14,32); }
H1.HeaderClassName
{
color: #870E20;
}
.AnyTagClassName
{
color: #870E20;
}
</style>
background-color css
<style>
a { background-color: #870E20; }
a { background-color: rgb(135,14,32); }
div.DivClassName
{
background-color: #870E20;
}
.BgClassName
{
background-color: #870E20;
}
</style>
border-color css
<style>
span { border-color: #870E20; }
span { border-color: rgb(135,14,32); }
td.TdClassName
{
border-color: #870E20;
}
.TagClassName
{
border-color: #870E20;
}
</style>