Shades of Burgundy #860E3B
Tints of Burgundy #860E3B
RGB
CMYK
RGB Variations
Color information
#860E3B (or 0x860E3B) is known color: Burgundy. HEX triplet: 86, 0E and 3B. RGB value is (134,14,59). Sum of RGB (Red+Green+Blue) = 134+14+59=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #860E3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860E3B is #79F1C4. Grayscale: #363636. Windows color (decimal): -7991749 or 3870342. OLE color: 3870342.
HSL color Cylindrical-coordinate representation of color #860E3B: hue angle of 337.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 #860E3B is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 14 | 59 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.47 |
| HSL | 337.5º | 0.81% | 0.29% | - |
| HSV(B) | 337.5º | 0.9% | 0.53% | - |
| XYZ | 10.78 | 5.7 | 4.67 | - |
| YUV | 55.01 | 130.26 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 59 | 0 | 0.90 | 0.56 | 0.47 | 337.5 | 0.81 | 0.29 |
| Hex | 86 | E | 3B | 0 | 5A | 38 | 2F | 152 | 51 | 1D |
| Octal | 206 | 16 | 73 | 0 | 132 | 70 | 57 | 522 | 121 | 35 |
| Binary | 10000110 | 1110 | 111011 | 0 | 1011010 | 111000 | 101111 | 101010010 | 1010001 | 11101 |
Color Harmonies of #860E3B
Complementary color
Monochromatic Colors of #860E3B
Black with #860E3B
Text Example
Text Example
White with #860E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860E3B; }
p { color: rgb(134,14,59); }
H1.HeaderClassName
{
color: #860E3B;
}
.AnyTagClassName
{
color: #860E3B;
}
</style>
background-color css
<style>
a { background-color: #860E3B; }
a { background-color: rgb(134,14,59); }
div.DivClassName
{
background-color: #860E3B;
}
.BgClassName
{
background-color: #860E3B;
}
</style>
border-color css
<style>
span { border-color: #860E3B; }
span { border-color: rgb(134,14,59); }
td.TdClassName
{
border-color: #860E3B;
}
.TagClassName
{
border-color: #860E3B;
}
</style>