Shades of Burgundy #860E27
Tints of Burgundy #860E27
RGB
CMYK
RGB Variations
Color information
#860E27 (or 0x860E27) is known color: Burgundy. HEX triplet: 86, 0E and 27. RGB value is (134,14,39). Sum of RGB (Red+Green+Blue) = 134+14+39=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #860E27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860E27 is #79F1D8. Grayscale: #343434. Windows color (decimal): -7991769 or 2559622. OLE color: 2559622.
HSL color Cylindrical-coordinate representation of color #860E27: hue angle of 347.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 #860E27 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 14 | 39 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.47 |
| HSL | 347.5º | 0.81% | 0.29% | - |
| HSV(B) | 347.5º | 0.9% | 0.53% | - |
| XYZ | 10.35 | 5.53 | 2.44 | - |
| YUV | 52.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 39 | 0 | 0.90 | 0.71 | 0.47 | 347.5 | 0.81 | 0.29 |
| Hex | 86 | E | 27 | 0 | 5A | 47 | 2F | 15C | 51 | 1D |
| Octal | 206 | 16 | 47 | 0 | 132 | 107 | 57 | 534 | 121 | 35 |
| Binary | 10000110 | 1110 | 100111 | 0 | 1011010 | 1000111 | 101111 | 101011100 | 1010001 | 11101 |
Color Harmonies of #860E27
Complementary color
Monochromatic Colors of #860E27
Black with #860E27
Text Example
Text Example
White with #860E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860E27; }
p { color: rgb(134,14,39); }
H1.HeaderClassName
{
color: #860E27;
}
.AnyTagClassName
{
color: #860E27;
}
</style>
background-color css
<style>
a { background-color: #860E27; }
a { background-color: rgb(134,14,39); }
div.DivClassName
{
background-color: #860E27;
}
.BgClassName
{
background-color: #860E27;
}
</style>
border-color css
<style>
span { border-color: #860E27; }
span { border-color: rgb(134,14,39); }
td.TdClassName
{
border-color: #860E27;
}
.TagClassName
{
border-color: #860E27;
}
</style>