Shades of Burgundy #860129
Tints of Burgundy #860129
RGB
CMYK
RGB Variations
Color information
#860129 (or 0x860129) is known color: Burgundy. HEX triplet: 86, 01 and 29. RGB value is (134,1,41). Sum of RGB (Red+Green+Blue) = 134+1+41=176 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.14% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 134 - color contains mainly: red. Hex color #860129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860129 is #79FED6. Grayscale: #2D2D2D. Windows color (decimal): -7995095 or 2687366. OLE color: 2687366.
HSL color Cylindrical-coordinate representation of color #860129: hue angle of 341.95º 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 #860129 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 41 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.47 |
| HSL | 341.95º | 0.99% | 0.26% | - |
| HSV(B) | 341.95º | 0.99% | 0.53% | - |
| XYZ | 10.24 | 5.25 | 2.57 | - |
| YUV | 45.33 | 125.56 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 41 | 0 | 0.99 | 0.69 | 0.47 | 341.95 | 0.99 | 0.26 |
| Hex | 86 | 1 | 29 | 0 | 63 | 45 | 2F | 156 | 63 | 1A |
| Octal | 206 | 1 | 51 | 0 | 143 | 105 | 57 | 526 | 143 | 32 |
| Binary | 10000110 | 1 | 101001 | 0 | 1100011 | 1000101 | 101111 | 101010110 | 1100011 | 11010 |
Color Harmonies of #860129
Complementary color
Monochromatic Colors of #860129
Black with #860129
Text Example
Text Example
White with #860129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860129; }
p { color: rgb(134,1,41); }
H1.HeaderClassName
{
color: #860129;
}
.AnyTagClassName
{
color: #860129;
}
</style>
background-color css
<style>
a { background-color: #860129; }
a { background-color: rgb(134,1,41); }
div.DivClassName
{
background-color: #860129;
}
.BgClassName
{
background-color: #860129;
}
</style>
border-color css
<style>
span { border-color: #860129; }
span { border-color: rgb(134,1,41); }
td.TdClassName
{
border-color: #860129;
}
.TagClassName
{
border-color: #860129;
}
</style>