Shades of Burgundy #870E1D
Tints of Burgundy #870E1D
RGB
CMYK
RGB Variations
Color information
#870E1D (or 0x870E1D) is known color: Burgundy. HEX triplet: 87, 0E and 1D. RGB value is (135,14,29). Sum of RGB (Red+Green+Blue) = 135+14+29=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #870E1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E1D is #78F1E2. Grayscale: #333333. Windows color (decimal): -7926243 or 1904263. OLE color: 1904263.
HSL color Cylindrical-coordinate representation of color #870E1D: hue angle of 352.56º 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 #870E1D is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 29 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.47 |
| HSL | 352.56º | 0.81% | 0.29% | - |
| HSV(B) | 352.56º | 0.9% | 0.53% | - |
| XYZ | 10.37 | 5.55 | 1.69 | - |
| YUV | 51.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 29 | 0 | 0.90 | 0.79 | 0.47 | 352.56 | 0.81 | 0.29 |
| Hex | 87 | E | 1D | 0 | 5A | 4F | 2F | 161 | 51 | 1D |
| Octal | 207 | 16 | 35 | 0 | 132 | 117 | 57 | 541 | 121 | 35 |
| Binary | 10000111 | 1110 | 11101 | 0 | 1011010 | 1001111 | 101111 | 101100001 | 1010001 | 11101 |
Color Harmonies of #870E1D
Complementary color
Monochromatic Colors of #870E1D
Black with #870E1D
Text Example
Text Example
White with #870E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E1D; }
p { color: rgb(135,14,29); }
H1.HeaderClassName
{
color: #870E1D;
}
.AnyTagClassName
{
color: #870E1D;
}
</style>
background-color css
<style>
a { background-color: #870E1D; }
a { background-color: rgb(135,14,29); }
div.DivClassName
{
background-color: #870E1D;
}
.BgClassName
{
background-color: #870E1D;
}
</style>
border-color css
<style>
span { border-color: #870E1D; }
span { border-color: rgb(135,14,29); }
td.TdClassName
{
border-color: #870E1D;
}
.TagClassName
{
border-color: #870E1D;
}
</style>