Shades of Burgundy #86012E
Tints of Burgundy #86012E
RGB
CMYK
RGB Variations
Color information
#86012E (or 0x86012E) is known color: Burgundy. HEX triplet: 86, 01 and 2E. RGB value is (134,1,46). Sum of RGB (Red+Green+Blue) = 134+1+46=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #86012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86012E is #79FED1. Grayscale: #2D2D2D. Windows color (decimal): -7995090 or 3015046. OLE color: 3015046.
HSL color Cylindrical-coordinate representation of color #86012E: hue angle of 339.7º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86012E is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.47 |
| HSL | 339.7º | 0.99% | 0.26% | - |
| HSV(B) | 339.7º | 0.99% | 0.53% | - |
| XYZ | 10.34 | 5.29 | 3.06 | - |
| YUV | 45.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 46 | 0 | 0.99 | 0.66 | 0.47 | 339.7 | 0.99 | 0.26 |
| Hex | 86 | 1 | 2E | 0 | 63 | 42 | 2F | 154 | 63 | 1A |
| Octal | 206 | 1 | 56 | 0 | 143 | 102 | 57 | 524 | 143 | 32 |
| Binary | 10000110 | 1 | 101110 | 0 | 1100011 | 1000010 | 101111 | 101010100 | 1100011 | 11010 |
Color Harmonies of #86012E
Complementary color
Monochromatic Colors of #86012E
Black with #86012E
Text Example
Text Example
White with #86012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86012E; }
p { color: rgb(134,1,46); }
H1.HeaderClassName
{
color: #86012E;
}
.AnyTagClassName
{
color: #86012E;
}
</style>
background-color css
<style>
a { background-color: #86012E; }
a { background-color: rgb(134,1,46); }
div.DivClassName
{
background-color: #86012E;
}
.BgClassName
{
background-color: #86012E;
}
</style>
border-color css
<style>
span { border-color: #86012E; }
span { border-color: rgb(134,1,46); }
td.TdClassName
{
border-color: #86012E;
}
.TagClassName
{
border-color: #86012E;
}
</style>