Shades of Burgundy #870E3C
Tints of Burgundy #870E3C
RGB
CMYK
RGB Variations
Color information
#870E3C (or 0x870E3C) is known color: Burgundy. HEX triplet: 87, 0E and 3C. RGB value is (135,14,60). Sum of RGB (Red+Green+Blue) = 135+14+60=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #870E3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E3C is #78F1C3. Grayscale: #373737. Windows color (decimal): -7926212 or 3935879. OLE color: 3935879.
HSL color Cylindrical-coordinate representation of color #870E3C: hue angle of 337.19º 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 #870E3C is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 60 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.47 |
| HSL | 337.19º | 0.81% | 0.29% | - |
| HSV(B) | 337.19º | 0.9% | 0.53% | - |
| XYZ | 10.96 | 5.79 | 4.81 | - |
| YUV | 55.42 | 130.59 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 60 | 0 | 0.90 | 0.56 | 0.47 | 337.19 | 0.81 | 0.29 |
| Hex | 87 | E | 3C | 0 | 5A | 38 | 2F | 151 | 51 | 1D |
| Octal | 207 | 16 | 74 | 0 | 132 | 70 | 57 | 521 | 121 | 35 |
| Binary | 10000111 | 1110 | 111100 | 0 | 1011010 | 111000 | 101111 | 101010001 | 1010001 | 11101 |
Color Harmonies of #870E3C
Complementary color
Monochromatic Colors of #870E3C
Black with #870E3C
Text Example
Text Example
White with #870E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E3C; }
p { color: rgb(135,14,60); }
H1.HeaderClassName
{
color: #870E3C;
}
.AnyTagClassName
{
color: #870E3C;
}
</style>
background-color css
<style>
a { background-color: #870E3C; }
a { background-color: rgb(135,14,60); }
div.DivClassName
{
background-color: #870E3C;
}
.BgClassName
{
background-color: #870E3C;
}
</style>
border-color css
<style>
span { border-color: #870E3C; }
span { border-color: rgb(135,14,60); }
td.TdClassName
{
border-color: #870E3C;
}
.TagClassName
{
border-color: #870E3C;
}
</style>