Shades of Burgundy #87121C
Tints of Burgundy #87121C
RGB
CMYK
RGB Variations
Color information
#87121C (or 0x87121C) is known color: Burgundy. HEX triplet: 87, 12 and 1C. RGB value is (135,18,28). Sum of RGB (Red+Green+Blue) = 135+18+28=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #87121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87121C is #78EDE3. Grayscale: #363636. Windows color (decimal): -7925220 or 1839751. OLE color: 1839751.
HSL color Cylindrical-coordinate representation of color #87121C: hue angle of 354.87º 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 #87121C is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 28 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.47 |
| HSL | 354.87º | 0.76% | 0.3% | - |
| HSV(B) | 354.87º | 0.87% | 0.53% | - |
| XYZ | 10.42 | 5.67 | 1.64 | - |
| YUV | 54.12 | 113.26 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 28 | 0 | 0.87 | 0.79 | 0.47 | 354.87 | 0.76 | 0.3 |
| Hex | 87 | 12 | 1C | 0 | 57 | 4F | 2F | 163 | 4C | 1E |
| Octal | 207 | 22 | 34 | 0 | 127 | 117 | 57 | 543 | 114 | 36 |
| Binary | 10000111 | 10010 | 11100 | 0 | 1010111 | 1001111 | 101111 | 101100011 | 1001100 | 11110 |
Color Harmonies of #87121C
Complementary color
Monochromatic Colors of #87121C
Black with #87121C
Text Example
Text Example
White with #87121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87121C; }
p { color: rgb(135,18,28); }
H1.HeaderClassName
{
color: #87121C;
}
.AnyTagClassName
{
color: #87121C;
}
</style>
background-color css
<style>
a { background-color: #87121C; }
a { background-color: rgb(135,18,28); }
div.DivClassName
{
background-color: #87121C;
}
.BgClassName
{
background-color: #87121C;
}
</style>
border-color css
<style>
span { border-color: #87121C; }
span { border-color: rgb(135,18,28); }
td.TdClassName
{
border-color: #87121C;
}
.TagClassName
{
border-color: #87121C;
}
</style>