Shades of Burgundy #870D2E
Tints of Burgundy #870D2E
RGB
CMYK
RGB Variations
Color information
#870D2E (or 0x870D2E) is known color: Burgundy. HEX triplet: 87, 0D and 2E. RGB value is (135,13,46). Sum of RGB (Red+Green+Blue) = 135+13+46=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #870D2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D2E is #78F2D1. Grayscale: #353535. Windows color (decimal): -7926482 or 3018119. OLE color: 3018119.
HSL color Cylindrical-coordinate representation of color #870D2E: hue angle of 343.77º 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 #870D2E is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 46 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.47 |
| HSL | 343.77º | 0.82% | 0.29% | - |
| HSV(B) | 343.77º | 0.9% | 0.53% | - |
| XYZ | 10.63 | 5.64 | 3.11 | - |
| YUV | 53.24 | 123.92 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 46 | 0 | 0.90 | 0.66 | 0.47 | 343.77 | 0.82 | 0.29 |
| Hex | 87 | D | 2E | 0 | 5A | 42 | 2F | 158 | 52 | 1D |
| Octal | 207 | 15 | 56 | 0 | 132 | 102 | 57 | 530 | 122 | 35 |
| Binary | 10000111 | 1101 | 101110 | 0 | 1011010 | 1000010 | 101111 | 101011000 | 1010010 | 11101 |
Color Harmonies of #870D2E
Complementary color
Monochromatic Colors of #870D2E
Black with #870D2E
Text Example
Text Example
White with #870D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D2E; }
p { color: rgb(135,13,46); }
H1.HeaderClassName
{
color: #870D2E;
}
.AnyTagClassName
{
color: #870D2E;
}
</style>
background-color css
<style>
a { background-color: #870D2E; }
a { background-color: rgb(135,13,46); }
div.DivClassName
{
background-color: #870D2E;
}
.BgClassName
{
background-color: #870D2E;
}
</style>
border-color css
<style>
span { border-color: #870D2E; }
span { border-color: rgb(135,13,46); }
td.TdClassName
{
border-color: #870D2E;
}
.TagClassName
{
border-color: #870D2E;
}
</style>