Shades of Burgundy #86121E
Tints of Burgundy #86121E
RGB
CMYK
RGB Variations
Color information
#86121E (or 0x86121E) is known color: Burgundy. HEX triplet: 86, 12 and 1E. RGB value is (134,18,30). Sum of RGB (Red+Green+Blue) = 134+18+30=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #86121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86121E is #79EDE1. Grayscale: #363636. Windows color (decimal): -7990754 or 1970822. OLE color: 1970822.
HSL color Cylindrical-coordinate representation of color #86121E: hue angle of 353.79º 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 #86121E is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 18 | 30 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.47 |
| HSL | 353.79º | 0.76% | 0.3% | - |
| HSV(B) | 353.79º | 0.87% | 0.53% | - |
| XYZ | 10.28 | 5.59 | 1.77 | - |
| YUV | 54.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 30 | 0 | 0.87 | 0.78 | 0.47 | 353.79 | 0.76 | 0.3 |
| Hex | 86 | 12 | 1E | 0 | 57 | 4E | 2F | 162 | 4C | 1E |
| Octal | 206 | 22 | 36 | 0 | 127 | 116 | 57 | 542 | 114 | 36 |
| Binary | 10000110 | 10010 | 11110 | 0 | 1010111 | 1001110 | 101111 | 101100010 | 1001100 | 11110 |
Color Harmonies of #86121E
Complementary color
Monochromatic Colors of #86121E
Black with #86121E
Text Example
Text Example
White with #86121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86121E; }
p { color: rgb(134,18,30); }
H1.HeaderClassName
{
color: #86121E;
}
.AnyTagClassName
{
color: #86121E;
}
</style>
background-color css
<style>
a { background-color: #86121E; }
a { background-color: rgb(134,18,30); }
div.DivClassName
{
background-color: #86121E;
}
.BgClassName
{
background-color: #86121E;
}
</style>
border-color css
<style>
span { border-color: #86121E; }
span { border-color: rgb(134,18,30); }
td.TdClassName
{
border-color: #86121E;
}
.TagClassName
{
border-color: #86121E;
}
</style>