Shades of Burgundy #87101D
Tints of Burgundy #87101D
RGB
CMYK
RGB Variations
Color information
#87101D (or 0x87101D) is known color: Burgundy. HEX triplet: 87, 10 and 1D. RGB value is (135,16,29). Sum of RGB (Red+Green+Blue) = 135+16+29=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #87101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87101D is #78EFE2. Grayscale: #353535. Windows color (decimal): -7925731 or 1904775. OLE color: 1904775.
HSL color Cylindrical-coordinate representation of color #87101D: hue angle of 353.45º 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 #87101D is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 16 | 29 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.47 |
| HSL | 353.45º | 0.79% | 0.3% | - |
| HSV(B) | 353.45º | 0.88% | 0.53% | - |
| XYZ | 10.4 | 5.61 | 1.7 | - |
| YUV | 53.06 | 114.42 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 29 | 0 | 0.88 | 0.79 | 0.47 | 353.45 | 0.79 | 0.3 |
| Hex | 87 | 10 | 1D | 0 | 58 | 4F | 2F | 161 | 4F | 1E |
| Octal | 207 | 20 | 35 | 0 | 130 | 117 | 57 | 541 | 117 | 36 |
| Binary | 10000111 | 10000 | 11101 | 0 | 1011000 | 1001111 | 101111 | 101100001 | 1001111 | 11110 |
Color Harmonies of #87101D
Complementary color
Monochromatic Colors of #87101D
Black with #87101D
Text Example
Text Example
White with #87101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87101D; }
p { color: rgb(135,16,29); }
H1.HeaderClassName
{
color: #87101D;
}
.AnyTagClassName
{
color: #87101D;
}
</style>
background-color css
<style>
a { background-color: #87101D; }
a { background-color: rgb(135,16,29); }
div.DivClassName
{
background-color: #87101D;
}
.BgClassName
{
background-color: #87101D;
}
</style>
border-color css
<style>
span { border-color: #87101D; }
span { border-color: rgb(135,16,29); }
td.TdClassName
{
border-color: #87101D;
}
.TagClassName
{
border-color: #87101D;
}
</style>