Shades of Burgundy #850A19
Tints of Burgundy #850A19
RGB
CMYK
RGB Variations
Color information
#850A19 (or 0x850A19) is known color: Burgundy. HEX triplet: 85, 0A and 19. RGB value is (133,10,25). Sum of RGB (Red+Green+Blue) = 133+10+25=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #850A19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850A19 is #7AF5E6. Grayscale: #303030. Windows color (decimal): -8058343 or 1641093. OLE color: 1641093.
HSL color Cylindrical-coordinate representation of color #850A19: hue angle of 352.68º 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 #850A19 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 25 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.48 |
| HSL | 352.68º | 0.86% | 0.28% | - |
| HSV(B) | 352.68º | 0.92% | 0.52% | - |
| XYZ | 9.96 | 5.27 | 1.41 | - |
| YUV | 48.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 25 | 0 | 0.92 | 0.81 | 0.48 | 352.68 | 0.86 | 0.28 |
| Hex | 85 | A | 19 | 0 | 5C | 51 | 30 | 161 | 56 | 1C |
| Octal | 205 | 12 | 31 | 0 | 134 | 121 | 60 | 541 | 126 | 34 |
| Binary | 10000101 | 1010 | 11001 | 0 | 1011100 | 1010001 | 110000 | 101100001 | 1010110 | 11100 |
Color Harmonies of #850A19
Complementary color
Monochromatic Colors of #850A19
Black with #850A19
Text Example
Text Example
White with #850A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A19; }
p { color: rgb(133,10,25); }
H1.HeaderClassName
{
color: #850A19;
}
.AnyTagClassName
{
color: #850A19;
}
</style>
background-color css
<style>
a { background-color: #850A19; }
a { background-color: rgb(133,10,25); }
div.DivClassName
{
background-color: #850A19;
}
.BgClassName
{
background-color: #850A19;
}
</style>
border-color css
<style>
span { border-color: #850A19; }
span { border-color: rgb(133,10,25); }
td.TdClassName
{
border-color: #850A19;
}
.TagClassName
{
border-color: #850A19;
}
</style>