Shades of Burgundy #86022E
Tints of Burgundy #86022E
RGB
CMYK
RGB Variations
Color information
#86022E (or 0x86022E) is known color: Burgundy. HEX triplet: 86, 02 and 2E. RGB value is (134,2,46). Sum of RGB (Red+Green+Blue) = 134+2+46=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #86022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86022E is #79FDD1. Grayscale: #2E2E2E. Windows color (decimal): -7994834 or 3015302. OLE color: 3015302.
HSL color Cylindrical-coordinate representation of color #86022E: hue angle of 340º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86022E is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.47 |
| HSL | 340º | 0.97% | 0.27% | - |
| HSV(B) | 340º | 0.99% | 0.53% | - |
| XYZ | 10.35 | 5.31 | 3.06 | - |
| YUV | 46.48 | 127.73 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 46 | 0 | 0.99 | 0.66 | 0.47 | 340 | 0.97 | 0.27 |
| Hex | 86 | 2 | 2E | 0 | 63 | 42 | 2F | 154 | 61 | 1B |
| Octal | 206 | 2 | 56 | 0 | 143 | 102 | 57 | 524 | 141 | 33 |
| Binary | 10000110 | 10 | 101110 | 0 | 1100011 | 1000010 | 101111 | 101010100 | 1100001 | 11011 |
Color Harmonies of #86022E
Complementary color
Monochromatic Colors of #86022E
Black with #86022E
Text Example
Text Example
White with #86022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86022E; }
p { color: rgb(134,2,46); }
H1.HeaderClassName
{
color: #86022E;
}
.AnyTagClassName
{
color: #86022E;
}
</style>
background-color css
<style>
a { background-color: #86022E; }
a { background-color: rgb(134,2,46); }
div.DivClassName
{
background-color: #86022E;
}
.BgClassName
{
background-color: #86022E;
}
</style>
border-color css
<style>
span { border-color: #86022E; }
span { border-color: rgb(134,2,46); }
td.TdClassName
{
border-color: #86022E;
}
.TagClassName
{
border-color: #86022E;
}
</style>