Shades of Burgundy #850114
Tints of Burgundy #850114
RGB
CMYK
RGB Variations
Color information
#850114 (or 0x850114) is known color: Burgundy. HEX triplet: 85, 01 and 14. RGB value is (133,1,20). Sum of RGB (Red+Green+Blue) = 133+1+20=154 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.36% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 133 - color contains mainly: red. Hex color #850114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850114 is #7AFEEB. Grayscale: #2A2A2A. Windows color (decimal): -8060652 or 1311109. OLE color: 1311109.
HSL color Cylindrical-coordinate representation of color #850114: hue angle of 351.36º 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 #850114 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 20 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.48 |
| HSL | 351.36º | 0.99% | 0.26% | - |
| HSV(B) | 351.36º | 0.99% | 0.52% | - |
| XYZ | 9.81 | 5.06 | 1.12 | - |
| YUV | 42.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 20 | 0 | 0.99 | 0.85 | 0.48 | 351.36 | 0.99 | 0.26 |
| Hex | 85 | 1 | 14 | 0 | 63 | 55 | 30 | 15F | 63 | 1A |
| Octal | 205 | 1 | 24 | 0 | 143 | 125 | 60 | 537 | 143 | 32 |
| Binary | 10000101 | 1 | 10100 | 0 | 1100011 | 1010101 | 110000 | 101011111 | 1100011 | 11010 |
Color Harmonies of #850114
Complementary color
Monochromatic Colors of #850114
Black with #850114
Text Example
Text Example
White with #850114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850114; }
p { color: rgb(133,1,20); }
H1.HeaderClassName
{
color: #850114;
}
.AnyTagClassName
{
color: #850114;
}
</style>
background-color css
<style>
a { background-color: #850114; }
a { background-color: rgb(133,1,20); }
div.DivClassName
{
background-color: #850114;
}
.BgClassName
{
background-color: #850114;
}
</style>
border-color css
<style>
span { border-color: #850114; }
span { border-color: rgb(133,1,20); }
td.TdClassName
{
border-color: #850114;
}
.TagClassName
{
border-color: #850114;
}
</style>