Shades of Burgundy #860527
Tints of Burgundy #860527
RGB
CMYK
RGB Variations
Color information
#860527 (or 0x860527) is known color: Burgundy. HEX triplet: 86, 05 and 27. RGB value is (134,5,39). Sum of RGB (Red+Green+Blue) = 134+5+39=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #860527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860527 is #79FAD8. Grayscale: #2F2F2F. Windows color (decimal): -7994073 or 2557318. OLE color: 2557318.
HSL color Cylindrical-coordinate representation of color #860527: hue angle of 344.19º 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 #860527 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 5 | 39 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.47 |
| HSL | 344.19º | 0.93% | 0.27% | - |
| HSV(B) | 344.19º | 0.96% | 0.53% | - |
| XYZ | 10.25 | 5.32 | 2.41 | - |
| YUV | 47.45 | 123.24 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 39 | 0 | 0.96 | 0.71 | 0.47 | 344.19 | 0.93 | 0.27 |
| Hex | 86 | 5 | 27 | 0 | 60 | 47 | 2F | 158 | 5D | 1B |
| Octal | 206 | 5 | 47 | 0 | 140 | 107 | 57 | 530 | 135 | 33 |
| Binary | 10000110 | 101 | 100111 | 0 | 1100000 | 1000111 | 101111 | 101011000 | 1011101 | 11011 |
Color Harmonies of #860527
Complementary color
Monochromatic Colors of #860527
Black with #860527
Text Example
Text Example
White with #860527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860527; }
p { color: rgb(134,5,39); }
H1.HeaderClassName
{
color: #860527;
}
.AnyTagClassName
{
color: #860527;
}
</style>
background-color css
<style>
a { background-color: #860527; }
a { background-color: rgb(134,5,39); }
div.DivClassName
{
background-color: #860527;
}
.BgClassName
{
background-color: #860527;
}
</style>
border-color css
<style>
span { border-color: #860527; }
span { border-color: rgb(134,5,39); }
td.TdClassName
{
border-color: #860527;
}
.TagClassName
{
border-color: #860527;
}
</style>