Shades of Burgundy #860218
Tints of Burgundy #860218
RGB
CMYK
RGB Variations
Color information
#860218 (or 0x860218) is known color: Burgundy. HEX triplet: 86, 02 and 18. RGB value is (134,2,24). Sum of RGB (Red+Green+Blue) = 134+2+24=160 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.75% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 134 - color contains mainly: red. Hex color #860218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860218 is #79FDE7. Grayscale: #2C2C2C. Windows color (decimal): -7994856 or 1573510. OLE color: 1573510.
HSL color Cylindrical-coordinate representation of color #860218: hue angle of 350º 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 #860218 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 24 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.47 |
| HSL | 350º | 0.97% | 0.27% | - |
| HSV(B) | 350º | 0.99% | 0.53% | - |
| XYZ | 10.02 | 5.18 | 1.34 | - |
| YUV | 43.98 | 116.73 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 24 | 0 | 0.99 | 0.82 | 0.47 | 350 | 0.97 | 0.27 |
| Hex | 86 | 2 | 18 | 0 | 63 | 52 | 2F | 15E | 61 | 1B |
| Octal | 206 | 2 | 30 | 0 | 143 | 122 | 57 | 536 | 141 | 33 |
| Binary | 10000110 | 10 | 11000 | 0 | 1100011 | 1010010 | 101111 | 101011110 | 1100001 | 11011 |
Color Harmonies of #860218
Complementary color
Monochromatic Colors of #860218
Black with #860218
Text Example
Text Example
White with #860218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860218; }
p { color: rgb(134,2,24); }
H1.HeaderClassName
{
color: #860218;
}
.AnyTagClassName
{
color: #860218;
}
</style>
background-color css
<style>
a { background-color: #860218; }
a { background-color: rgb(134,2,24); }
div.DivClassName
{
background-color: #860218;
}
.BgClassName
{
background-color: #860218;
}
</style>
border-color css
<style>
span { border-color: #860218; }
span { border-color: rgb(134,2,24); }
td.TdClassName
{
border-color: #860218;
}
.TagClassName
{
border-color: #860218;
}
</style>