Shades of Burgundy #870E2B
Tints of Burgundy #870E2B
RGB
CMYK
RGB Variations
Color information
#870E2B (or 0x870E2B) is known color: Burgundy. HEX triplet: 87, 0E and 2B. RGB value is (135,14,43). Sum of RGB (Red+Green+Blue) = 135+14+43=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #870E2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E2B is #78F1D4. Grayscale: #353535. Windows color (decimal): -7926229 or 2821767. OLE color: 2821767.
HSL color Cylindrical-coordinate representation of color #870E2B: hue angle of 345.62º 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 #870E2B is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 43 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.47 |
| HSL | 345.62º | 0.81% | 0.29% | - |
| HSV(B) | 345.62º | 0.9% | 0.53% | - |
| XYZ | 10.58 | 5.64 | 2.82 | - |
| YUV | 53.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 43 | 0 | 0.90 | 0.68 | 0.47 | 345.62 | 0.81 | 0.29 |
| Hex | 87 | E | 2B | 0 | 5A | 44 | 2F | 15A | 51 | 1D |
| Octal | 207 | 16 | 53 | 0 | 132 | 104 | 57 | 532 | 121 | 35 |
| Binary | 10000111 | 1110 | 101011 | 0 | 1011010 | 1000100 | 101111 | 101011010 | 1010001 | 11101 |
Color Harmonies of #870E2B
Complementary color
Monochromatic Colors of #870E2B
Black with #870E2B
Text Example
Text Example
White with #870E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E2B; }
p { color: rgb(135,14,43); }
H1.HeaderClassName
{
color: #870E2B;
}
.AnyTagClassName
{
color: #870E2B;
}
</style>
background-color css
<style>
a { background-color: #870E2B; }
a { background-color: rgb(135,14,43); }
div.DivClassName
{
background-color: #870E2B;
}
.BgClassName
{
background-color: #870E2B;
}
</style>
border-color css
<style>
span { border-color: #870E2B; }
span { border-color: rgb(135,14,43); }
td.TdClassName
{
border-color: #870E2B;
}
.TagClassName
{
border-color: #870E2B;
}
</style>