Shades of Burgundy #87131D
Tints of Burgundy #87131D
RGB
CMYK
RGB Variations
Color information
#87131D (or 0x87131D) is known color: Burgundy. HEX triplet: 87, 13 and 1D. RGB value is (135,19,29). Sum of RGB (Red+Green+Blue) = 135+19+29=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #87131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87131D is #78ECE2. Grayscale: #363636. Windows color (decimal): -7924963 or 1905543. OLE color: 1905543.
HSL color Cylindrical-coordinate representation of color #87131D: hue angle of 354.83º 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 #87131D is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 19 | 29 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.47 |
| HSL | 354.83º | 0.75% | 0.3% | - |
| HSV(B) | 354.83º | 0.86% | 0.53% | - |
| XYZ | 10.45 | 5.71 | 1.71 | - |
| YUV | 54.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 29 | 0 | 0.86 | 0.79 | 0.47 | 354.83 | 0.75 | 0.3 |
| Hex | 87 | 13 | 1D | 0 | 56 | 4F | 2F | 163 | 4B | 1E |
| Octal | 207 | 23 | 35 | 0 | 126 | 117 | 57 | 543 | 113 | 36 |
| Binary | 10000111 | 10011 | 11101 | 0 | 1010110 | 1001111 | 101111 | 101100011 | 1001011 | 11110 |
Color Harmonies of #87131D
Complementary color
Monochromatic Colors of #87131D
Black with #87131D
Text Example
Text Example
White with #87131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87131D; }
p { color: rgb(135,19,29); }
H1.HeaderClassName
{
color: #87131D;
}
.AnyTagClassName
{
color: #87131D;
}
</style>
background-color css
<style>
a { background-color: #87131D; }
a { background-color: rgb(135,19,29); }
div.DivClassName
{
background-color: #87131D;
}
.BgClassName
{
background-color: #87131D;
}
</style>
border-color css
<style>
span { border-color: #87131D; }
span { border-color: rgb(135,19,29); }
td.TdClassName
{
border-color: #87131D;
}
.TagClassName
{
border-color: #87131D;
}
</style>