Shades of Burgundy #860529
Tints of Burgundy #860529
RGB
CMYK
RGB Variations
Color information
#860529 (or 0x860529) is known color: Burgundy. HEX triplet: 86, 05 and 29. RGB value is (134,5,41). Sum of RGB (Red+Green+Blue) = 134+5+41=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #860529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860529 is #79FAD6. Grayscale: #2F2F2F. Windows color (decimal): -7994071 or 2688390. OLE color: 2688390.
HSL color Cylindrical-coordinate representation of color #860529: hue angle of 343.26º 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 #860529 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 5 | 41 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.47 |
| HSL | 343.26º | 0.93% | 0.27% | - |
| HSV(B) | 343.26º | 0.96% | 0.53% | - |
| XYZ | 10.29 | 5.34 | 2.59 | - |
| YUV | 47.68 | 124.24 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 41 | 0 | 0.96 | 0.69 | 0.47 | 343.26 | 0.93 | 0.27 |
| Hex | 86 | 5 | 29 | 0 | 60 | 45 | 2F | 157 | 5D | 1B |
| Octal | 206 | 5 | 51 | 0 | 140 | 105 | 57 | 527 | 135 | 33 |
| Binary | 10000110 | 101 | 101001 | 0 | 1100000 | 1000101 | 101111 | 101010111 | 1011101 | 11011 |
Color Harmonies of #860529
Complementary color
Monochromatic Colors of #860529
Black with #860529
Text Example
Text Example
White with #860529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860529; }
p { color: rgb(134,5,41); }
H1.HeaderClassName
{
color: #860529;
}
.AnyTagClassName
{
color: #860529;
}
</style>
background-color css
<style>
a { background-color: #860529; }
a { background-color: rgb(134,5,41); }
div.DivClassName
{
background-color: #860529;
}
.BgClassName
{
background-color: #860529;
}
</style>
border-color css
<style>
span { border-color: #860529; }
span { border-color: rgb(134,5,41); }
td.TdClassName
{
border-color: #860529;
}
.TagClassName
{
border-color: #860529;
}
</style>