Shades of Burgundy #860520
Tints of Burgundy #860520
RGB
CMYK
RGB Variations
Color information
#860520 (or 0x860520) is known color: Burgundy. HEX triplet: 86, 05 and 20. RGB value is (134,5,32). Sum of RGB (Red+Green+Blue) = 134+5+32=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #860520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860520 is #79FADF. Grayscale: #2E2E2E. Windows color (decimal): -7994080 or 2098566. OLE color: 2098566.
HSL color Cylindrical-coordinate representation of color #860520: hue angle of 347.44º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860520 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 5 | 32 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.47 |
| HSL | 347.44º | 0.93% | 0.27% | - |
| HSV(B) | 347.44º | 0.96% | 0.53% | - |
| XYZ | 10.15 | 5.28 | 1.85 | - |
| YUV | 46.65 | 119.74 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 32 | 0 | 0.96 | 0.76 | 0.47 | 347.44 | 0.93 | 0.27 |
| Hex | 86 | 5 | 20 | 0 | 60 | 4C | 2F | 15B | 5D | 1B |
| Octal | 206 | 5 | 40 | 0 | 140 | 114 | 57 | 533 | 135 | 33 |
| Binary | 10000110 | 101 | 100000 | 0 | 1100000 | 1001100 | 101111 | 101011011 | 1011101 | 11011 |
Color Harmonies of #860520
Complementary color
Monochromatic Colors of #860520
Black with #860520
Text Example
Text Example
White with #860520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860520; }
p { color: rgb(134,5,32); }
H1.HeaderClassName
{
color: #860520;
}
.AnyTagClassName
{
color: #860520;
}
</style>
background-color css
<style>
a { background-color: #860520; }
a { background-color: rgb(134,5,32); }
div.DivClassName
{
background-color: #860520;
}
.BgClassName
{
background-color: #860520;
}
</style>
border-color css
<style>
span { border-color: #860520; }
span { border-color: rgb(134,5,32); }
td.TdClassName
{
border-color: #860520;
}
.TagClassName
{
border-color: #860520;
}
</style>