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