Shades of Burgundy #870E1E
Tints of Burgundy #870E1E
RGB
CMYK
RGB Variations
Color information
#870E1E (or 0x870E1E) is known color: Burgundy. HEX triplet: 87, 0E and 1E. RGB value is (135,14,30). Sum of RGB (Red+Green+Blue) = 135+14+30=179 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.42% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 135 - color contains mainly: red. Hex color #870E1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E1E is #78F1E1. Grayscale: #343434. Windows color (decimal): -7926242 or 1969799. OLE color: 1969799.
HSL color Cylindrical-coordinate representation of color #870E1E: hue angle of 352.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 #870E1E is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 30 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.47 |
| HSL | 352.07º | 0.81% | 0.29% | - |
| HSV(B) | 352.07º | 0.9% | 0.53% | - |
| XYZ | 10.38 | 5.56 | 1.75 | - |
| YUV | 52 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 30 | 0 | 0.90 | 0.78 | 0.47 | 352.07 | 0.81 | 0.29 |
| Hex | 87 | E | 1E | 0 | 5A | 4E | 2F | 160 | 51 | 1D |
| Octal | 207 | 16 | 36 | 0 | 132 | 116 | 57 | 540 | 121 | 35 |
| Binary | 10000111 | 1110 | 11110 | 0 | 1011010 | 1001110 | 101111 | 101100000 | 1010001 | 11101 |
Color Harmonies of #870E1E
Complementary color
Monochromatic Colors of #870E1E
Black with #870E1E
Text Example
Text Example
White with #870E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E1E; }
p { color: rgb(135,14,30); }
H1.HeaderClassName
{
color: #870E1E;
}
.AnyTagClassName
{
color: #870E1E;
}
</style>
background-color css
<style>
a { background-color: #870E1E; }
a { background-color: rgb(135,14,30); }
div.DivClassName
{
background-color: #870E1E;
}
.BgClassName
{
background-color: #870E1E;
}
</style>
border-color css
<style>
span { border-color: #870E1E; }
span { border-color: rgb(135,14,30); }
td.TdClassName
{
border-color: #870E1E;
}
.TagClassName
{
border-color: #870E1E;
}
</style>