Shades of Burgundy #87111F
Tints of Burgundy #87111F
RGB
CMYK
RGB Variations
Color information
#87111F (or 0x87111F) is known color: Burgundy. HEX triplet: 87, 11 and 1F. RGB value is (135,17,31). Sum of RGB (Red+Green+Blue) = 135+17+31=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #87111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87111F is #78EEE0. Grayscale: #353535. Windows color (decimal): -7925473 or 2036103. OLE color: 2036103.
HSL color Cylindrical-coordinate representation of color #87111F: hue angle of 352.88º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87111F is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 31 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.47 |
| HSL | 352.88º | 0.78% | 0.3% | - |
| HSV(B) | 352.88º | 0.87% | 0.53% | - |
| XYZ | 10.44 | 5.65 | 1.84 | - |
| YUV | 53.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 31 | 0 | 0.87 | 0.77 | 0.47 | 352.88 | 0.78 | 0.3 |
| Hex | 87 | 11 | 1F | 0 | 57 | 4D | 2F | 161 | 4E | 1E |
| Octal | 207 | 21 | 37 | 0 | 127 | 115 | 57 | 541 | 116 | 36 |
| Binary | 10000111 | 10001 | 11111 | 0 | 1010111 | 1001101 | 101111 | 101100001 | 1001110 | 11110 |
Color Harmonies of #87111F
Complementary color
Monochromatic Colors of #87111F
Black with #87111F
Text Example
Text Example
White with #87111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87111F; }
p { color: rgb(135,17,31); }
H1.HeaderClassName
{
color: #87111F;
}
.AnyTagClassName
{
color: #87111F;
}
</style>
background-color css
<style>
a { background-color: #87111F; }
a { background-color: rgb(135,17,31); }
div.DivClassName
{
background-color: #87111F;
}
.BgClassName
{
background-color: #87111F;
}
</style>
border-color css
<style>
span { border-color: #87111F; }
span { border-color: rgb(135,17,31); }
td.TdClassName
{
border-color: #87111F;
}
.TagClassName
{
border-color: #87111F;
}
</style>