Shades of Burgundy #87121E
Tints of Burgundy #87121E
RGB
CMYK
RGB Variations
Color information
#87121E (or 0x87121E) is known color: Burgundy. HEX triplet: 87, 12 and 1E. RGB value is (135,18,30). Sum of RGB (Red+Green+Blue) = 135+18+30=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #87121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87121E is #78EDE1. Grayscale: #363636. Windows color (decimal): -7925218 or 1970823. OLE color: 1970823.
HSL color Cylindrical-coordinate representation of color #87121E: hue angle of 353.85º degrees, saturation: 0.76, 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 #87121E is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 30 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.47 |
| HSL | 353.85º | 0.76% | 0.3% | - |
| HSV(B) | 353.85º | 0.87% | 0.53% | - |
| XYZ | 10.44 | 5.68 | 1.77 | - |
| YUV | 54.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 30 | 0 | 0.87 | 0.78 | 0.47 | 353.85 | 0.76 | 0.3 |
| Hex | 87 | 12 | 1E | 0 | 57 | 4E | 2F | 162 | 4C | 1E |
| Octal | 207 | 22 | 36 | 0 | 127 | 116 | 57 | 542 | 114 | 36 |
| Binary | 10000111 | 10010 | 11110 | 0 | 1010111 | 1001110 | 101111 | 101100010 | 1001100 | 11110 |
Color Harmonies of #87121E
Complementary color
Monochromatic Colors of #87121E
Black with #87121E
Text Example
Text Example
White with #87121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87121E; }
p { color: rgb(135,18,30); }
H1.HeaderClassName
{
color: #87121E;
}
.AnyTagClassName
{
color: #87121E;
}
</style>
background-color css
<style>
a { background-color: #87121E; }
a { background-color: rgb(135,18,30); }
div.DivClassName
{
background-color: #87121E;
}
.BgClassName
{
background-color: #87121E;
}
</style>
border-color css
<style>
span { border-color: #87121E; }
span { border-color: rgb(135,18,30); }
td.TdClassName
{
border-color: #87121E;
}
.TagClassName
{
border-color: #87121E;
}
</style>