Shades of Burgundy #860124
Tints of Burgundy #860124
RGB
CMYK
RGB Variations
Color information
#860124 (or 0x860124) is known color: Burgundy. HEX triplet: 86, 01 and 24. RGB value is (134,1,36). Sum of RGB (Red+Green+Blue) = 134+1+36=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #860124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860124 is #79FEDB. Grayscale: #2C2C2C. Windows color (decimal): -7995100 or 2359686. OLE color: 2359686.
HSL color Cylindrical-coordinate representation of color #860124: hue angle of 344.21º 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 #860124 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.47 |
| HSL | 344.21º | 0.99% | 0.26% | - |
| HSV(B) | 344.21º | 0.99% | 0.53% | - |
| XYZ | 10.16 | 5.22 | 2.14 | - |
| YUV | 44.76 | 123.06 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 36 | 0 | 0.99 | 0.73 | 0.47 | 344.21 | 0.99 | 0.26 |
| Hex | 86 | 1 | 24 | 0 | 63 | 49 | 2F | 158 | 63 | 1A |
| Octal | 206 | 1 | 44 | 0 | 143 | 111 | 57 | 530 | 143 | 32 |
| Binary | 10000110 | 1 | 100100 | 0 | 1100011 | 1001001 | 101111 | 101011000 | 1100011 | 11010 |
Color Harmonies of #860124
Complementary color
Monochromatic Colors of #860124
Black with #860124
Text Example
Text Example
White with #860124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860124; }
p { color: rgb(134,1,36); }
H1.HeaderClassName
{
color: #860124;
}
.AnyTagClassName
{
color: #860124;
}
</style>
background-color css
<style>
a { background-color: #860124; }
a { background-color: rgb(134,1,36); }
div.DivClassName
{
background-color: #860124;
}
.BgClassName
{
background-color: #860124;
}
</style>
border-color css
<style>
span { border-color: #860124; }
span { border-color: rgb(134,1,36); }
td.TdClassName
{
border-color: #860124;
}
.TagClassName
{
border-color: #860124;
}
</style>