Shades of Burgundy #860136
Tints of Burgundy #860136
RGB
CMYK
RGB Variations
Color information
#860136 (or 0x860136) is known color: Burgundy. HEX triplet: 86, 01 and 36. RGB value is (134,1,54). Sum of RGB (Red+Green+Blue) = 134+1+54=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #860136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860136 is #79FEC9. Grayscale: #2E2E2E. Windows color (decimal): -7995082 or 3539334. OLE color: 3539334.
HSL color Cylindrical-coordinate representation of color #860136: hue angle of 336.09º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860136 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 54 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.47 |
| HSL | 336.09º | 0.99% | 0.26% | - |
| HSV(B) | 336.09º | 0.99% | 0.53% | - |
| XYZ | 10.51 | 5.36 | 3.97 | - |
| YUV | 46.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 54 | 0 | 0.99 | 0.60 | 0.47 | 336.09 | 0.99 | 0.26 |
| Hex | 86 | 1 | 36 | 0 | 63 | 3C | 2F | 150 | 63 | 1A |
| Octal | 206 | 1 | 66 | 0 | 143 | 74 | 57 | 520 | 143 | 32 |
| Binary | 10000110 | 1 | 110110 | 0 | 1100011 | 111100 | 101111 | 101010000 | 1100011 | 11010 |
Color Harmonies of #860136
Complementary color
Monochromatic Colors of #860136
Black with #860136
Text Example
Text Example
White with #860136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860136; }
p { color: rgb(134,1,54); }
H1.HeaderClassName
{
color: #860136;
}
.AnyTagClassName
{
color: #860136;
}
</style>
background-color css
<style>
a { background-color: #860136; }
a { background-color: rgb(134,1,54); }
div.DivClassName
{
background-color: #860136;
}
.BgClassName
{
background-color: #860136;
}
</style>
border-color css
<style>
span { border-color: #860136; }
span { border-color: rgb(134,1,54); }
td.TdClassName
{
border-color: #860136;
}
.TagClassName
{
border-color: #860136;
}
</style>