Shades of Burgundy #850118
Tints of Burgundy #850118
RGB
CMYK
RGB Variations
Color information
#850118 (or 0x850118) is known color: Burgundy. HEX triplet: 85, 01 and 18. RGB value is (133,1,24). Sum of RGB (Red+Green+Blue) = 133+1+24=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #850118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850118 is #7AFEE7. Grayscale: #2B2B2B. Windows color (decimal): -8060648 or 1573253. OLE color: 1573253.
HSL color Cylindrical-coordinate representation of color #850118: hue angle of 349.55º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850118 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 24 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.48 |
| HSL | 349.55º | 0.99% | 0.26% | - |
| HSV(B) | 349.55º | 0.99% | 0.52% | - |
| XYZ | 9.85 | 5.07 | 1.32 | - |
| YUV | 43.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 24 | 0 | 0.99 | 0.82 | 0.48 | 349.55 | 0.99 | 0.26 |
| Hex | 85 | 1 | 18 | 0 | 63 | 52 | 30 | 15E | 63 | 1A |
| Octal | 205 | 1 | 30 | 0 | 143 | 122 | 60 | 536 | 143 | 32 |
| Binary | 10000101 | 1 | 11000 | 0 | 1100011 | 1010010 | 110000 | 101011110 | 1100011 | 11010 |
Color Harmonies of #850118
Complementary color
Monochromatic Colors of #850118
Black with #850118
Text Example
Text Example
White with #850118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850118; }
p { color: rgb(133,1,24); }
H1.HeaderClassName
{
color: #850118;
}
.AnyTagClassName
{
color: #850118;
}
</style>
background-color css
<style>
a { background-color: #850118; }
a { background-color: rgb(133,1,24); }
div.DivClassName
{
background-color: #850118;
}
.BgClassName
{
background-color: #850118;
}
</style>
border-color css
<style>
span { border-color: #850118; }
span { border-color: rgb(133,1,24); }
td.TdClassName
{
border-color: #850118;
}
.TagClassName
{
border-color: #850118;
}
</style>