Shades of Burgundy #87141F
Tints of Burgundy #87141F
RGB
CMYK
RGB Variations
Color information
#87141F (or 0x87141F) is known color: Burgundy. HEX triplet: 87, 14 and 1F. RGB value is (135,20,31). Sum of RGB (Red+Green+Blue) = 135+20+31=186 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.58% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 135 - color contains mainly: red. Hex color #87141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87141F is #78EBE0. Grayscale: #373737. Windows color (decimal): -7924705 or 2036871. OLE color: 2036871.
HSL color Cylindrical-coordinate representation of color #87141F: hue angle of 354.26º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #87141F is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 31 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.47 |
| HSL | 354.26º | 0.74% | 0.3% | - |
| HSV(B) | 354.26º | 0.85% | 0.53% | - |
| XYZ | 10.49 | 5.75 | 1.85 | - |
| YUV | 55.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 31 | 0 | 0.85 | 0.77 | 0.47 | 354.26 | 0.74 | 0.3 |
| Hex | 87 | 14 | 1F | 0 | 55 | 4D | 2F | 162 | 4A | 1E |
| Octal | 207 | 24 | 37 | 0 | 125 | 115 | 57 | 542 | 112 | 36 |
| Binary | 10000111 | 10100 | 11111 | 0 | 1010101 | 1001101 | 101111 | 101100010 | 1001010 | 11110 |
Color Harmonies of #87141F
Complementary color
Monochromatic Colors of #87141F
Black with #87141F
Text Example
Text Example
White with #87141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87141F; }
p { color: rgb(135,20,31); }
H1.HeaderClassName
{
color: #87141F;
}
.AnyTagClassName
{
color: #87141F;
}
</style>
background-color css
<style>
a { background-color: #87141F; }
a { background-color: rgb(135,20,31); }
div.DivClassName
{
background-color: #87141F;
}
.BgClassName
{
background-color: #87141F;
}
</style>
border-color css
<style>
span { border-color: #87141F; }
span { border-color: rgb(135,20,31); }
td.TdClassName
{
border-color: #87141F;
}
.TagClassName
{
border-color: #87141F;
}
</style>