Shades of Burgundy #870D1E
Tints of Burgundy #870D1E
RGB
CMYK
RGB Variations
Color information
#870D1E (or 0x870D1E) is known color: Burgundy. HEX triplet: 87, 0D and 1E. RGB value is (135,13,30). Sum of RGB (Red+Green+Blue) = 135+13+30=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #870D1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D1E is #78F2E1. Grayscale: #333333. Windows color (decimal): -7926498 or 1969543. OLE color: 1969543.
HSL color Cylindrical-coordinate representation of color #870D1E: hue angle of 351.64º degrees, saturation: 0.82, 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 #870D1E is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 30 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.47 |
| HSL | 351.64º | 0.82% | 0.29% | - |
| HSV(B) | 351.64º | 0.9% | 0.53% | - |
| XYZ | 10.37 | 5.53 | 1.75 | - |
| YUV | 51.42 | 115.92 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 30 | 0 | 0.90 | 0.78 | 0.47 | 351.64 | 0.82 | 0.29 |
| Hex | 87 | D | 1E | 0 | 5A | 4E | 2F | 160 | 52 | 1D |
| Octal | 207 | 15 | 36 | 0 | 132 | 116 | 57 | 540 | 122 | 35 |
| Binary | 10000111 | 1101 | 11110 | 0 | 1011010 | 1001110 | 101111 | 101100000 | 1010010 | 11101 |
Color Harmonies of #870D1E
Complementary color
Monochromatic Colors of #870D1E
Black with #870D1E
Text Example
Text Example
White with #870D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D1E; }
p { color: rgb(135,13,30); }
H1.HeaderClassName
{
color: #870D1E;
}
.AnyTagClassName
{
color: #870D1E;
}
</style>
background-color css
<style>
a { background-color: #870D1E; }
a { background-color: rgb(135,13,30); }
div.DivClassName
{
background-color: #870D1E;
}
.BgClassName
{
background-color: #870D1E;
}
</style>
border-color css
<style>
span { border-color: #870D1E; }
span { border-color: rgb(135,13,30); }
td.TdClassName
{
border-color: #870D1E;
}
.TagClassName
{
border-color: #870D1E;
}
</style>