Shades of Burgundy #86112E
Tints of Burgundy #86112E
RGB
CMYK
RGB Variations
Color information
#86112E (or 0x86112E) is known color: Burgundy. HEX triplet: 86, 11 and 2E. RGB value is (134,17,46). Sum of RGB (Red+Green+Blue) = 134+17+46=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86112E is #79EED1. Grayscale: #373737. Windows color (decimal): -7990994 or 3019142. OLE color: 3019142.
HSL color Cylindrical-coordinate representation of color #86112E: hue angle of 345.13º degrees, saturation: 0.77, 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 #86112E is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 17 | 46 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.47 |
| HSL | 345.13º | 0.77% | 0.3% | - |
| HSV(B) | 345.13º | 0.87% | 0.53% | - |
| XYZ | 10.53 | 5.67 | 3.12 | - |
| YUV | 55.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 46 | 0 | 0.87 | 0.66 | 0.47 | 345.13 | 0.77 | 0.3 |
| Hex | 86 | 11 | 2E | 0 | 57 | 42 | 2F | 159 | 4D | 1E |
| Octal | 206 | 21 | 56 | 0 | 127 | 102 | 57 | 531 | 115 | 36 |
| Binary | 10000110 | 10001 | 101110 | 0 | 1010111 | 1000010 | 101111 | 101011001 | 1001101 | 11110 |
Color Harmonies of #86112E
Complementary color
Monochromatic Colors of #86112E
Black with #86112E
Text Example
Text Example
White with #86112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86112E; }
p { color: rgb(134,17,46); }
H1.HeaderClassName
{
color: #86112E;
}
.AnyTagClassName
{
color: #86112E;
}
</style>
background-color css
<style>
a { background-color: #86112E; }
a { background-color: rgb(134,17,46); }
div.DivClassName
{
background-color: #86112E;
}
.BgClassName
{
background-color: #86112E;
}
</style>
border-color css
<style>
span { border-color: #86112E; }
span { border-color: rgb(134,17,46); }
td.TdClassName
{
border-color: #86112E;
}
.TagClassName
{
border-color: #86112E;
}
</style>