Shades of Burgundy #87112F
Tints of Burgundy #87112F
RGB
CMYK
RGB Variations
Color information
#87112F (or 0x87112F) is known color: Burgundy. HEX triplet: 87, 11 and 2F. RGB value is (135,17,47). Sum of RGB (Red+Green+Blue) = 135+17+47=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #87112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87112F is #78EED0. Grayscale: #373737. Windows color (decimal): -7925457 or 3084679. OLE color: 3084679.
HSL color Cylindrical-coordinate representation of color #87112F: hue angle of 344.75º degrees, saturation: 0.78, 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 #87112F is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 47 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.47 |
| HSL | 344.75º | 0.78% | 0.3% | - |
| HSV(B) | 344.75º | 0.87% | 0.53% | - |
| XYZ | 10.71 | 5.76 | 3.24 | - |
| YUV | 55.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 47 | 0 | 0.87 | 0.65 | 0.47 | 344.75 | 0.78 | 0.3 |
| Hex | 87 | 11 | 2F | 0 | 57 | 41 | 2F | 159 | 4E | 1E |
| Octal | 207 | 21 | 57 | 0 | 127 | 101 | 57 | 531 | 116 | 36 |
| Binary | 10000111 | 10001 | 101111 | 0 | 1010111 | 1000001 | 101111 | 101011001 | 1001110 | 11110 |
Color Harmonies of #87112F
Complementary color
Monochromatic Colors of #87112F
Black with #87112F
Text Example
Text Example
White with #87112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87112F; }
p { color: rgb(135,17,47); }
H1.HeaderClassName
{
color: #87112F;
}
.AnyTagClassName
{
color: #87112F;
}
</style>
background-color css
<style>
a { background-color: #87112F; }
a { background-color: rgb(135,17,47); }
div.DivClassName
{
background-color: #87112F;
}
.BgClassName
{
background-color: #87112F;
}
</style>
border-color css
<style>
span { border-color: #87112F; }
span { border-color: rgb(135,17,47); }
td.TdClassName
{
border-color: #87112F;
}
.TagClassName
{
border-color: #87112F;
}
</style>