Shades of Burgundy #860E1B
Tints of Burgundy #860E1B
RGB
CMYK
RGB Variations
Color information
#860E1B (or 0x860E1B) is known color: Burgundy. HEX triplet: 86, 0E and 1B. RGB value is (134,14,27). Sum of RGB (Red+Green+Blue) = 134+14+27=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #860E1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860E1B is #79F1E4. Grayscale: #333333. Windows color (decimal): -7991781 or 1773190. OLE color: 1773190.
HSL color Cylindrical-coordinate representation of color #860E1B: hue angle of 353.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 #860E1B is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 14 | 27 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.47 |
| HSL | 353.5º | 0.81% | 0.29% | - |
| HSV(B) | 353.5º | 0.9% | 0.53% | - |
| XYZ | 10.19 | 5.46 | 1.55 | - |
| YUV | 51.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 27 | 0 | 0.90 | 0.80 | 0.47 | 353.5 | 0.81 | 0.29 |
| Hex | 86 | E | 1B | 0 | 5A | 50 | 2F | 162 | 51 | 1D |
| Octal | 206 | 16 | 33 | 0 | 132 | 120 | 57 | 542 | 121 | 35 |
| Binary | 10000110 | 1110 | 11011 | 0 | 1011010 | 1010000 | 101111 | 101100010 | 1010001 | 11101 |
Color Harmonies of #860E1B
Complementary color
Monochromatic Colors of #860E1B
Black with #860E1B
Text Example
Text Example
White with #860E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860E1B; }
p { color: rgb(134,14,27); }
H1.HeaderClassName
{
color: #860E1B;
}
.AnyTagClassName
{
color: #860E1B;
}
</style>
background-color css
<style>
a { background-color: #860E1B; }
a { background-color: rgb(134,14,27); }
div.DivClassName
{
background-color: #860E1B;
}
.BgClassName
{
background-color: #860E1B;
}
</style>
border-color css
<style>
span { border-color: #860E1B; }
span { border-color: rgb(134,14,27); }
td.TdClassName
{
border-color: #860E1B;
}
.TagClassName
{
border-color: #860E1B;
}
</style>