Shades of Burgundy #86002E
Tints of Burgundy #86002E
RGB
CMYK
RGB Variations
Color information
#86002E (or 0x86002E) is known color: Burgundy. HEX triplet: 86, 00 and 2E. RGB value is (134,0,46). Sum of RGB (Red+Green+Blue) = 134+0+46=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #86002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86002E is #79FFD1. Grayscale: #2D2D2D. Windows color (decimal): -7995346 or 3014790. OLE color: 3014790.
HSL color Cylindrical-coordinate representation of color #86002E: hue angle of 339.4º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86002E is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.66 | 0.47 |
| HSL | 339.4º | 1% | 0.26% | - |
| HSV(B) | 339.4º | 1% | 0.53% | - |
| XYZ | 10.32 | 5.27 | 3.06 | - |
| YUV | 45.31 | 128.39 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 46 | 0 | 1 | 0.66 | 0.47 | 339.4 | 1 | 0.26 |
| Hex | 86 | 0 | 2E | 0 | 64 | 42 | 2F | 153 | 64 | 1A |
| Octal | 206 | 0 | 56 | 0 | 144 | 102 | 57 | 523 | 144 | 32 |
| Binary | 10000110 | 0 | 101110 | 0 | 1100100 | 1000010 | 101111 | 101010011 | 1100100 | 11010 |
Color Harmonies of #86002E
Complementary color
Monochromatic Colors of #86002E
Black with #86002E
Text Example
Text Example
White with #86002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86002E; }
p { color: rgb(134,0,46); }
H1.HeaderClassName
{
color: #86002E;
}
.AnyTagClassName
{
color: #86002E;
}
</style>
background-color css
<style>
a { background-color: #86002E; }
a { background-color: rgb(134,0,46); }
div.DivClassName
{
background-color: #86002E;
}
.BgClassName
{
background-color: #86002E;
}
</style>
border-color css
<style>
span { border-color: #86002E; }
span { border-color: rgb(134,0,46); }
td.TdClassName
{
border-color: #86002E;
}
.TagClassName
{
border-color: #86002E;
}
</style>