Shades of Burgundy #86051E
Tints of Burgundy #86051E
RGB
CMYK
RGB Variations
Color information
#86051E (or 0x86051E) is known color: Burgundy. HEX triplet: 86, 05 and 1E. RGB value is (134,5,30). Sum of RGB (Red+Green+Blue) = 134+5+30=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #86051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86051E is #79FAE1. Grayscale: #2E2E2E. Windows color (decimal): -7994082 or 1967494. OLE color: 1967494.
HSL color Cylindrical-coordinate representation of color #86051E: hue angle of 348.37º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86051E is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 5 | 30 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.47 |
| HSL | 348.37º | 0.93% | 0.27% | - |
| HSV(B) | 348.37º | 0.96% | 0.53% | - |
| XYZ | 10.12 | 5.27 | 1.71 | - |
| YUV | 46.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 30 | 0 | 0.96 | 0.78 | 0.47 | 348.37 | 0.93 | 0.27 |
| Hex | 86 | 5 | 1E | 0 | 60 | 4E | 2F | 15C | 5D | 1B |
| Octal | 206 | 5 | 36 | 0 | 140 | 116 | 57 | 534 | 135 | 33 |
| Binary | 10000110 | 101 | 11110 | 0 | 1100000 | 1001110 | 101111 | 101011100 | 1011101 | 11011 |
Color Harmonies of #86051E
Complementary color
Monochromatic Colors of #86051E
Black with #86051E
Text Example
Text Example
White with #86051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86051E; }
p { color: rgb(134,5,30); }
H1.HeaderClassName
{
color: #86051E;
}
.AnyTagClassName
{
color: #86051E;
}
</style>
background-color css
<style>
a { background-color: #86051E; }
a { background-color: rgb(134,5,30); }
div.DivClassName
{
background-color: #86051E;
}
.BgClassName
{
background-color: #86051E;
}
</style>
border-color css
<style>
span { border-color: #86051E; }
span { border-color: rgb(134,5,30); }
td.TdClassName
{
border-color: #86051E;
}
.TagClassName
{
border-color: #86051E;
}
</style>