Shades of Burgundy #850A17
Tints of Burgundy #850A17
RGB
CMYK
RGB Variations
Color information
#850A17 (or 0x850A17) is known color: Burgundy. HEX triplet: 85, 0A and 17. RGB value is (133,10,23). Sum of RGB (Red+Green+Blue) = 133+10+23=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #850A17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850A17 is #7AF5E8. Grayscale: #303030. Windows color (decimal): -8058345 or 1510021. OLE color: 1510021.
HSL color Cylindrical-coordinate representation of color #850A17: hue angle of 353.66º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A17 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 23 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.48 |
| HSL | 353.66º | 0.86% | 0.28% | - |
| HSV(B) | 353.66º | 0.92% | 0.52% | - |
| XYZ | 9.94 | 5.27 | 1.3 | - |
| YUV | 48.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 23 | 0 | 0.92 | 0.83 | 0.48 | 353.66 | 0.86 | 0.28 |
| Hex | 85 | A | 17 | 0 | 5C | 53 | 30 | 162 | 56 | 1C |
| Octal | 205 | 12 | 27 | 0 | 134 | 123 | 60 | 542 | 126 | 34 |
| Binary | 10000101 | 1010 | 10111 | 0 | 1011100 | 1010011 | 110000 | 101100010 | 1010110 | 11100 |
Color Harmonies of #850A17
Complementary color
Monochromatic Colors of #850A17
Black with #850A17
Text Example
Text Example
White with #850A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A17; }
p { color: rgb(133,10,23); }
H1.HeaderClassName
{
color: #850A17;
}
.AnyTagClassName
{
color: #850A17;
}
</style>
background-color css
<style>
a { background-color: #850A17; }
a { background-color: rgb(133,10,23); }
div.DivClassName
{
background-color: #850A17;
}
.BgClassName
{
background-color: #850A17;
}
</style>
border-color css
<style>
span { border-color: #850A17; }
span { border-color: rgb(133,10,23); }
td.TdClassName
{
border-color: #850A17;
}
.TagClassName
{
border-color: #850A17;
}
</style>