Shades of Burgundy #860224
Tints of Burgundy #860224
RGB
CMYK
RGB Variations
Color information
#860224 (or 0x860224) is known color: Burgundy. HEX triplet: 86, 02 and 24. RGB value is (134,2,36). Sum of RGB (Red+Green+Blue) = 134+2+36=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #860224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860224 is #79FDDB. Grayscale: #2D2D2D. Windows color (decimal): -7994844 or 2359942. OLE color: 2359942.
HSL color Cylindrical-coordinate representation of color #860224: hue angle of 344.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860224 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.47 |
| HSL | 344.55º | 0.97% | 0.27% | - |
| HSV(B) | 344.55º | 0.99% | 0.53% | - |
| XYZ | 10.17 | 5.24 | 2.14 | - |
| YUV | 45.34 | 122.73 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 36 | 0 | 0.99 | 0.73 | 0.47 | 344.55 | 0.97 | 0.27 |
| Hex | 86 | 2 | 24 | 0 | 63 | 49 | 2F | 159 | 61 | 1B |
| Octal | 206 | 2 | 44 | 0 | 143 | 111 | 57 | 531 | 141 | 33 |
| Binary | 10000110 | 10 | 100100 | 0 | 1100011 | 1001001 | 101111 | 101011001 | 1100001 | 11011 |
Color Harmonies of #860224
Complementary color
Monochromatic Colors of #860224
Black with #860224
Text Example
Text Example
White with #860224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860224; }
p { color: rgb(134,2,36); }
H1.HeaderClassName
{
color: #860224;
}
.AnyTagClassName
{
color: #860224;
}
</style>
background-color css
<style>
a { background-color: #860224; }
a { background-color: rgb(134,2,36); }
div.DivClassName
{
background-color: #860224;
}
.BgClassName
{
background-color: #860224;
}
</style>
border-color css
<style>
span { border-color: #860224; }
span { border-color: rgb(134,2,36); }
td.TdClassName
{
border-color: #860224;
}
.TagClassName
{
border-color: #860224;
}
</style>