Shades of Burgundy #870E2A
Tints of Burgundy #870E2A
RGB
CMYK
RGB Variations
Color information
#870E2A (or 0x870E2A) is known color: Burgundy. HEX triplet: 87, 0E and 2A. RGB value is (135,14,42). Sum of RGB (Red+Green+Blue) = 135+14+42=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #870E2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E2A is #78F1D5. Grayscale: #353535. Windows color (decimal): -7926230 or 2756231. OLE color: 2756231.
HSL color Cylindrical-coordinate representation of color #870E2A: hue angle of 346.12º 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 #870E2A is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 42 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.47 |
| HSL | 346.12º | 0.81% | 0.29% | - |
| HSV(B) | 346.12º | 0.9% | 0.53% | - |
| XYZ | 10.57 | 5.63 | 2.72 | - |
| YUV | 53.37 | 121.59 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 42 | 0 | 0.90 | 0.69 | 0.47 | 346.12 | 0.81 | 0.29 |
| Hex | 87 | E | 2A | 0 | 5A | 45 | 2F | 15A | 51 | 1D |
| Octal | 207 | 16 | 52 | 0 | 132 | 105 | 57 | 532 | 121 | 35 |
| Binary | 10000111 | 1110 | 101010 | 0 | 1011010 | 1000101 | 101111 | 101011010 | 1010001 | 11101 |
Color Harmonies of #870E2A
Complementary color
Monochromatic Colors of #870E2A
Black with #870E2A
Text Example
Text Example
White with #870E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E2A; }
p { color: rgb(135,14,42); }
H1.HeaderClassName
{
color: #870E2A;
}
.AnyTagClassName
{
color: #870E2A;
}
</style>
background-color css
<style>
a { background-color: #870E2A; }
a { background-color: rgb(135,14,42); }
div.DivClassName
{
background-color: #870E2A;
}
.BgClassName
{
background-color: #870E2A;
}
</style>
border-color css
<style>
span { border-color: #870E2A; }
span { border-color: rgb(135,14,42); }
td.TdClassName
{
border-color: #870E2A;
}
.TagClassName
{
border-color: #870E2A;
}
</style>