Shades of Burgundy #87111C
Tints of Burgundy #87111C
RGB
CMYK
RGB Variations
Color information
#87111C (or 0x87111C) is known color: Burgundy. HEX triplet: 87, 11 and 1C. RGB value is (135,17,28). Sum of RGB (Red+Green+Blue) = 135+17+28=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #87111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87111C is #78EEE3. Grayscale: #353535. Windows color (decimal): -7925476 or 1839495. OLE color: 1839495.
HSL color Cylindrical-coordinate representation of color #87111C: hue angle of 354.41º 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 #87111C is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 28 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.47 |
| HSL | 354.41º | 0.78% | 0.3% | - |
| HSV(B) | 354.41º | 0.87% | 0.53% | - |
| XYZ | 10.4 | 5.64 | 1.64 | - |
| YUV | 53.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 28 | 0 | 0.87 | 0.79 | 0.47 | 354.41 | 0.78 | 0.3 |
| Hex | 87 | 11 | 1C | 0 | 57 | 4F | 2F | 162 | 4E | 1E |
| Octal | 207 | 21 | 34 | 0 | 127 | 117 | 57 | 542 | 116 | 36 |
| Binary | 10000111 | 10001 | 11100 | 0 | 1010111 | 1001111 | 101111 | 101100010 | 1001110 | 11110 |
Color Harmonies of #87111C
Complementary color
Monochromatic Colors of #87111C
Black with #87111C
Text Example
Text Example
White with #87111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87111C; }
p { color: rgb(135,17,28); }
H1.HeaderClassName
{
color: #87111C;
}
.AnyTagClassName
{
color: #87111C;
}
</style>
background-color css
<style>
a { background-color: #87111C; }
a { background-color: rgb(135,17,28); }
div.DivClassName
{
background-color: #87111C;
}
.BgClassName
{
background-color: #87111C;
}
</style>
border-color css
<style>
span { border-color: #87111C; }
span { border-color: rgb(135,17,28); }
td.TdClassName
{
border-color: #87111C;
}
.TagClassName
{
border-color: #87111C;
}
</style>