Shades of Burgundy #860132
Tints of Burgundy #860132
RGB
CMYK
RGB Variations
Color information
#860132 (or 0x860132) is known color: Burgundy. HEX triplet: 86, 01 and 32. RGB value is (134,1,50). Sum of RGB (Red+Green+Blue) = 134+1+50=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #860132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860132 is #79FECD. Grayscale: #2E2E2E. Windows color (decimal): -7995086 or 3277190. OLE color: 3277190.
HSL color Cylindrical-coordinate representation of color #860132: hue angle of 337.89º 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 #860132 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 50 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.47 |
| HSL | 337.89º | 0.99% | 0.26% | - |
| HSV(B) | 337.89º | 0.99% | 0.53% | - |
| XYZ | 10.42 | 5.32 | 3.5 | - |
| YUV | 46.35 | 130.06 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 50 | 0 | 0.99 | 0.63 | 0.47 | 337.89 | 0.99 | 0.26 |
| Hex | 86 | 1 | 32 | 0 | 63 | 3F | 2F | 152 | 63 | 1A |
| Octal | 206 | 1 | 62 | 0 | 143 | 77 | 57 | 522 | 143 | 32 |
| Binary | 10000110 | 1 | 110010 | 0 | 1100011 | 111111 | 101111 | 101010010 | 1100011 | 11010 |
Color Harmonies of #860132
Complementary color
Monochromatic Colors of #860132
Black with #860132
Text Example
Text Example
White with #860132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860132; }
p { color: rgb(134,1,50); }
H1.HeaderClassName
{
color: #860132;
}
.AnyTagClassName
{
color: #860132;
}
</style>
background-color css
<style>
a { background-color: #860132; }
a { background-color: rgb(134,1,50); }
div.DivClassName
{
background-color: #860132;
}
.BgClassName
{
background-color: #860132;
}
</style>
border-color css
<style>
span { border-color: #860132; }
span { border-color: rgb(134,1,50); }
td.TdClassName
{
border-color: #860132;
}
.TagClassName
{
border-color: #860132;
}
</style>