Shades of Burgundy #870116
Tints of Burgundy #870116
RGB
CMYK
RGB Variations
Color information
#870116 (or 0x870116) is known color: Burgundy. HEX triplet: 87, 01 and 16. RGB value is (135,1,22). Sum of RGB (Red+Green+Blue) = 135+1+22=158 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.44% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 135 - color contains mainly: red. Hex color #870116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870116 is #78FEE9. Grayscale: #2B2B2B. Windows color (decimal): -7929578 or 1442183. OLE color: 1442183.
HSL color Cylindrical-coordinate representation of color #870116: hue angle of 350.6º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870116 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.47 |
| HSL | 350.6º | 0.99% | 0.27% | - |
| HSV(B) | 350.6º | 0.99% | 0.53% | - |
| XYZ | 10.15 | 5.23 | 1.23 | - |
| YUV | 43.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 22 | 0 | 0.99 | 0.84 | 0.47 | 350.6 | 0.99 | 0.27 |
| Hex | 87 | 1 | 16 | 0 | 63 | 54 | 2F | 15F | 63 | 1B |
| Octal | 207 | 1 | 26 | 0 | 143 | 124 | 57 | 537 | 143 | 33 |
| Binary | 10000111 | 1 | 10110 | 0 | 1100011 | 1010100 | 101111 | 101011111 | 1100011 | 11011 |
Color Harmonies of #870116
Complementary color
Monochromatic Colors of #870116
Black with #870116
Text Example
Text Example
White with #870116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870116; }
p { color: rgb(135,1,22); }
H1.HeaderClassName
{
color: #870116;
}
.AnyTagClassName
{
color: #870116;
}
</style>
background-color css
<style>
a { background-color: #870116; }
a { background-color: rgb(135,1,22); }
div.DivClassName
{
background-color: #870116;
}
.BgClassName
{
background-color: #870116;
}
</style>
border-color css
<style>
span { border-color: #870116; }
span { border-color: rgb(135,1,22); }
td.TdClassName
{
border-color: #870116;
}
.TagClassName
{
border-color: #870116;
}
</style>