Shades of Burgundy #870718
Tints of Burgundy #870718
RGB
CMYK
RGB Variations
Color information
#870718 (or 0x870718) is known color: Burgundy. HEX triplet: 87, 07 and 18. RGB value is (135,7,24). Sum of RGB (Red+Green+Blue) = 135+7+24=166 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.33% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 135 - color contains mainly: red. Hex color #870718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870718 is #78F8E7. Grayscale: #2F2F2F. Windows color (decimal): -7928040 or 1574791. OLE color: 1574791.
HSL color Cylindrical-coordinate representation of color #870718: hue angle of 352.03º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870718 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 7 | 24 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.47 |
| HSL | 352.03º | 0.9% | 0.28% | - |
| HSV(B) | 352.03º | 0.95% | 0.53% | - |
| XYZ | 10.23 | 5.37 | 1.36 | - |
| YUV | 47.21 | 114.91 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 24 | 0 | 0.95 | 0.82 | 0.47 | 352.03 | 0.9 | 0.28 |
| Hex | 87 | 7 | 18 | 0 | 5F | 52 | 2F | 160 | 5A | 1C |
| Octal | 207 | 7 | 30 | 0 | 137 | 122 | 57 | 540 | 132 | 34 |
| Binary | 10000111 | 111 | 11000 | 0 | 1011111 | 1010010 | 101111 | 101100000 | 1011010 | 11100 |
Color Harmonies of #870718
Complementary color
Monochromatic Colors of #870718
Black with #870718
Text Example
Text Example
White with #870718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870718; }
p { color: rgb(135,7,24); }
H1.HeaderClassName
{
color: #870718;
}
.AnyTagClassName
{
color: #870718;
}
</style>
background-color css
<style>
a { background-color: #870718; }
a { background-color: rgb(135,7,24); }
div.DivClassName
{
background-color: #870718;
}
.BgClassName
{
background-color: #870718;
}
</style>
border-color css
<style>
span { border-color: #870718; }
span { border-color: rgb(135,7,24); }
td.TdClassName
{
border-color: #870718;
}
.TagClassName
{
border-color: #870718;
}
</style>