Shades of Burgundy #860E31
Tints of Burgundy #860E31
RGB
CMYK
RGB Variations
Color information
#860E31 (or 0x860E31) is known color: Burgundy. HEX triplet: 86, 0E and 31. RGB value is (134,14,49). Sum of RGB (Red+Green+Blue) = 134+14+49=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #860E31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860E31 is #79F1CE. Grayscale: #353535. Windows color (decimal): -7991759 or 3214982. OLE color: 3214982.
HSL color Cylindrical-coordinate representation of color #860E31: hue angle of 342.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E31 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 14 | 49 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.47 |
| HSL | 342.5º | 0.81% | 0.29% | - |
| HSV(B) | 342.5º | 0.9% | 0.53% | - |
| XYZ | 10.54 | 5.6 | 3.43 | - |
| YUV | 53.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 49 | 0 | 0.90 | 0.63 | 0.47 | 342.5 | 0.81 | 0.29 |
| Hex | 86 | E | 31 | 0 | 5A | 3F | 2F | 156 | 51 | 1D |
| Octal | 206 | 16 | 61 | 0 | 132 | 77 | 57 | 526 | 121 | 35 |
| Binary | 10000110 | 1110 | 110001 | 0 | 1011010 | 111111 | 101111 | 101010110 | 1010001 | 11101 |
Color Harmonies of #860E31
Complementary color
Monochromatic Colors of #860E31
Black with #860E31
Text Example
Text Example
White with #860E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860E31; }
p { color: rgb(134,14,49); }
H1.HeaderClassName
{
color: #860E31;
}
.AnyTagClassName
{
color: #860E31;
}
</style>
background-color css
<style>
a { background-color: #860E31; }
a { background-color: rgb(134,14,49); }
div.DivClassName
{
background-color: #860E31;
}
.BgClassName
{
background-color: #860E31;
}
</style>
border-color css
<style>
span { border-color: #860E31; }
span { border-color: rgb(134,14,49); }
td.TdClassName
{
border-color: #860E31;
}
.TagClassName
{
border-color: #860E31;
}
</style>