Shades of Burgundy #87101F
Tints of Burgundy #87101F
RGB
CMYK
RGB Variations
Color information
#87101F (or 0x87101F) is known color: Burgundy. HEX triplet: 87, 10 and 1F. RGB value is (135,16,31). Sum of RGB (Red+Green+Blue) = 135+16+31=182 (24% of max value = 765). Red value is 135 (53.12% from 255 or 74.18% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 135 - color contains mainly: red. Hex color #87101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87101F is #78EFE0. Grayscale: #353535. Windows color (decimal): -7925729 or 2035847. OLE color: 2035847.
HSL color Cylindrical-coordinate representation of color #87101F: hue angle of 352.44º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #87101F is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 16 | 31 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.47 |
| HSL | 352.44º | 0.79% | 0.3% | - |
| HSV(B) | 352.44º | 0.88% | 0.53% | - |
| XYZ | 10.42 | 5.62 | 1.83 | - |
| YUV | 53.29 | 115.42 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 31 | 0 | 0.88 | 0.77 | 0.47 | 352.44 | 0.79 | 0.3 |
| Hex | 87 | 10 | 1F | 0 | 58 | 4D | 2F | 160 | 4F | 1E |
| Octal | 207 | 20 | 37 | 0 | 130 | 115 | 57 | 540 | 117 | 36 |
| Binary | 10000111 | 10000 | 11111 | 0 | 1011000 | 1001101 | 101111 | 101100000 | 1001111 | 11110 |
Color Harmonies of #87101F
Complementary color
Monochromatic Colors of #87101F
Black with #87101F
Text Example
Text Example
White with #87101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87101F; }
p { color: rgb(135,16,31); }
H1.HeaderClassName
{
color: #87101F;
}
.AnyTagClassName
{
color: #87101F;
}
</style>
background-color css
<style>
a { background-color: #87101F; }
a { background-color: rgb(135,16,31); }
div.DivClassName
{
background-color: #87101F;
}
.BgClassName
{
background-color: #87101F;
}
</style>
border-color css
<style>
span { border-color: #87101F; }
span { border-color: rgb(135,16,31); }
td.TdClassName
{
border-color: #87101F;
}
.TagClassName
{
border-color: #87101F;
}
</style>