Shades of Burgundy #870E28
Tints of Burgundy #870E28
RGB
CMYK
RGB Variations
Color information
#870E28 (or 0x870E28) is known color: Burgundy. HEX triplet: 87, 0E and 28. RGB value is (135,14,40). Sum of RGB (Red+Green+Blue) = 135+14+40=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #870E28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E28 is #78F1D7. Grayscale: #353535. Windows color (decimal): -7926232 or 2625159. OLE color: 2625159.
HSL color Cylindrical-coordinate representation of color #870E28: hue angle of 347.11º 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 #870E28 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 40 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.47 |
| HSL | 347.11º | 0.81% | 0.29% | - |
| HSV(B) | 347.11º | 0.9% | 0.53% | - |
| XYZ | 10.53 | 5.62 | 2.54 | - |
| YUV | 53.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 40 | 0 | 0.90 | 0.70 | 0.47 | 347.11 | 0.81 | 0.29 |
| Hex | 87 | E | 28 | 0 | 5A | 46 | 2F | 15B | 51 | 1D |
| Octal | 207 | 16 | 50 | 0 | 132 | 106 | 57 | 533 | 121 | 35 |
| Binary | 10000111 | 1110 | 101000 | 0 | 1011010 | 1000110 | 101111 | 101011011 | 1010001 | 11101 |
Color Harmonies of #870E28
Complementary color
Monochromatic Colors of #870E28
Black with #870E28
Text Example
Text Example
White with #870E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E28; }
p { color: rgb(135,14,40); }
H1.HeaderClassName
{
color: #870E28;
}
.AnyTagClassName
{
color: #870E28;
}
</style>
background-color css
<style>
a { background-color: #870E28; }
a { background-color: rgb(135,14,40); }
div.DivClassName
{
background-color: #870E28;
}
.BgClassName
{
background-color: #870E28;
}
</style>
border-color css
<style>
span { border-color: #870E28; }
span { border-color: rgb(135,14,40); }
td.TdClassName
{
border-color: #870E28;
}
.TagClassName
{
border-color: #870E28;
}
</style>