Shades of Burgundy #850116
Tints of Burgundy #850116
RGB
CMYK
RGB Variations
Color information
#850116 (or 0x850116) is known color: Burgundy. HEX triplet: 85, 01 and 16. RGB value is (133,1,22). Sum of RGB (Red+Green+Blue) = 133+1+22=156 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.26% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 133 - color contains mainly: red. Hex color #850116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850116 is #7AFEE9. Grayscale: #2A2A2A. Windows color (decimal): -8060650 or 1442181. OLE color: 1442181.
HSL color Cylindrical-coordinate representation of color #850116: hue angle of 350.45º 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 #850116 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.48 |
| HSL | 350.45º | 0.99% | 0.26% | - |
| HSV(B) | 350.45º | 0.99% | 0.52% | - |
| XYZ | 9.83 | 5.07 | 1.22 | - |
| YUV | 42.86 | 116.23 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 22 | 0 | 0.99 | 0.83 | 0.48 | 350.45 | 0.99 | 0.26 |
| Hex | 85 | 1 | 16 | 0 | 63 | 53 | 30 | 15E | 63 | 1A |
| Octal | 205 | 1 | 26 | 0 | 143 | 123 | 60 | 536 | 143 | 32 |
| Binary | 10000101 | 1 | 10110 | 0 | 1100011 | 1010011 | 110000 | 101011110 | 1100011 | 11010 |
Color Harmonies of #850116
Complementary color
Monochromatic Colors of #850116
Black with #850116
Text Example
Text Example
White with #850116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850116; }
p { color: rgb(133,1,22); }
H1.HeaderClassName
{
color: #850116;
}
.AnyTagClassName
{
color: #850116;
}
</style>
background-color css
<style>
a { background-color: #850116; }
a { background-color: rgb(133,1,22); }
div.DivClassName
{
background-color: #850116;
}
.BgClassName
{
background-color: #850116;
}
</style>
border-color css
<style>
span { border-color: #850116; }
span { border-color: rgb(133,1,22); }
td.TdClassName
{
border-color: #850116;
}
.TagClassName
{
border-color: #850116;
}
</style>