Shades of Burgundy #850218
Tints of Burgundy #850218
RGB
CMYK
RGB Variations
Color information
#850218 (or 0x850218) is known color: Burgundy. HEX triplet: 85, 02 and 18. RGB value is (133,2,24). Sum of RGB (Red+Green+Blue) = 133+2+24=159 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.65% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 133 - color contains mainly: red. Hex color #850218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850218 is #7AFDE7. Grayscale: #2B2B2B. Windows color (decimal): -8060392 or 1573509. OLE color: 1573509.
HSL color Cylindrical-coordinate representation of color #850218: hue angle of 349.92º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850218 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 24 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.48 |
| HSL | 349.92º | 0.97% | 0.26% | - |
| HSV(B) | 349.92º | 0.98% | 0.52% | - |
| XYZ | 9.86 | 5.1 | 1.33 | - |
| YUV | 43.68 | 116.9 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 24 | 0 | 0.98 | 0.82 | 0.48 | 349.92 | 0.97 | 0.26 |
| Hex | 85 | 2 | 18 | 0 | 62 | 52 | 30 | 15E | 61 | 1A |
| Octal | 205 | 2 | 30 | 0 | 142 | 122 | 60 | 536 | 141 | 32 |
| Binary | 10000101 | 10 | 11000 | 0 | 1100010 | 1010010 | 110000 | 101011110 | 1100001 | 11010 |
Color Harmonies of #850218
Complementary color
Monochromatic Colors of #850218
Black with #850218
Text Example
Text Example
White with #850218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850218; }
p { color: rgb(133,2,24); }
H1.HeaderClassName
{
color: #850218;
}
.AnyTagClassName
{
color: #850218;
}
</style>
background-color css
<style>
a { background-color: #850218; }
a { background-color: rgb(133,2,24); }
div.DivClassName
{
background-color: #850218;
}
.BgClassName
{
background-color: #850218;
}
</style>
border-color css
<style>
span { border-color: #850218; }
span { border-color: rgb(133,2,24); }
td.TdClassName
{
border-color: #850218;
}
.TagClassName
{
border-color: #850218;
}
</style>