Shades of Burgundy #870016
Tints of Burgundy #870016
RGB
CMYK
RGB Variations
Color information
#870016 (or 0x870016) is known color: Burgundy. HEX triplet: 87, 00 and 16. RGB value is (135,0,22). Sum of RGB (Red+Green+Blue) = 135+0+22=157 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.99% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 135 - color contains mainly: red. Hex color #870016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870016 is #78FFE9. Grayscale: #2A2A2A. Windows color (decimal): -7929834 or 1441927. OLE color: 1441927.
HSL color Cylindrical-coordinate representation of color #870016: hue angle of 350.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870016 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.84 | 0.47 |
| HSL | 350.22º | 1% | 0.26% | - |
| HSV(B) | 350.22º | 1% | 0.53% | - |
| XYZ | 10.14 | 5.21 | 1.23 | - |
| YUV | 42.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 22 | 0 | 1 | 0.84 | 0.47 | 350.22 | 1 | 0.26 |
| Hex | 87 | 0 | 16 | 0 | 64 | 54 | 2F | 15E | 64 | 1A |
| Octal | 207 | 0 | 26 | 0 | 144 | 124 | 57 | 536 | 144 | 32 |
| Binary | 10000111 | 0 | 10110 | 0 | 1100100 | 1010100 | 101111 | 101011110 | 1100100 | 11010 |
Color Harmonies of #870016
Complementary color
Monochromatic Colors of #870016
Black with #870016
Text Example
Text Example
White with #870016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870016; }
p { color: rgb(135,0,22); }
H1.HeaderClassName
{
color: #870016;
}
.AnyTagClassName
{
color: #870016;
}
</style>
background-color css
<style>
a { background-color: #870016; }
a { background-color: rgb(135,0,22); }
div.DivClassName
{
background-color: #870016;
}
.BgClassName
{
background-color: #870016;
}
</style>
border-color css
<style>
span { border-color: #870016; }
span { border-color: rgb(135,0,22); }
td.TdClassName
{
border-color: #870016;
}
.TagClassName
{
border-color: #870016;
}
</style>