Shades of Burgundy #87131E
Tints of Burgundy #87131E
RGB
CMYK
RGB Variations
Color information
#87131E (or 0x87131E) is known color: Burgundy. HEX triplet: 87, 13 and 1E. RGB value is (135,19,30). Sum of RGB (Red+Green+Blue) = 135+19+30=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #87131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87131E is #78ECE1. Grayscale: #373737. Windows color (decimal): -7924962 or 1971079. OLE color: 1971079.
HSL color Cylindrical-coordinate representation of color #87131E: hue angle of 354.31º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #87131E is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 19 | 30 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.47 |
| HSL | 354.31º | 0.75% | 0.3% | - |
| HSV(B) | 354.31º | 0.86% | 0.53% | - |
| XYZ | 10.46 | 5.71 | 1.78 | - |
| YUV | 54.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 30 | 0 | 0.86 | 0.78 | 0.47 | 354.31 | 0.75 | 0.3 |
| Hex | 87 | 13 | 1E | 0 | 56 | 4E | 2F | 162 | 4B | 1E |
| Octal | 207 | 23 | 36 | 0 | 126 | 116 | 57 | 542 | 113 | 36 |
| Binary | 10000111 | 10011 | 11110 | 0 | 1010110 | 1001110 | 101111 | 101100010 | 1001011 | 11110 |
Color Harmonies of #87131E
Complementary color
Monochromatic Colors of #87131E
Black with #87131E
Text Example
Text Example
White with #87131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87131E; }
p { color: rgb(135,19,30); }
H1.HeaderClassName
{
color: #87131E;
}
.AnyTagClassName
{
color: #87131E;
}
</style>
background-color css
<style>
a { background-color: #87131E; }
a { background-color: rgb(135,19,30); }
div.DivClassName
{
background-color: #87131E;
}
.BgClassName
{
background-color: #87131E;
}
</style>
border-color css
<style>
span { border-color: #87131E; }
span { border-color: rgb(135,19,30); }
td.TdClassName
{
border-color: #87131E;
}
.TagClassName
{
border-color: #87131E;
}
</style>