Shades of Burgundy #850A26
Tints of Burgundy #850A26
RGB
CMYK
RGB Variations
Color information
#850A26 (or 0x850A26) is known color: Burgundy. HEX triplet: 85, 0A and 26. RGB value is (133,10,38). Sum of RGB (Red+Green+Blue) = 133+10+38=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #850A26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A26 is #7AF5D9. Grayscale: #313131. Windows color (decimal): -8058330 or 2493061. OLE color: 2493061.
HSL color Cylindrical-coordinate representation of color #850A26: hue angle of 346.34º 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 #850A26 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 38 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.48 |
| HSL | 346.34º | 0.86% | 0.28% | - |
| HSV(B) | 346.34º | 0.92% | 0.52% | - |
| XYZ | 10.13 | 5.34 | 2.33 | - |
| YUV | 49.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 38 | 0 | 0.92 | 0.71 | 0.48 | 346.34 | 0.86 | 0.28 |
| Hex | 85 | A | 26 | 0 | 5C | 47 | 30 | 15A | 56 | 1C |
| Octal | 205 | 12 | 46 | 0 | 134 | 107 | 60 | 532 | 126 | 34 |
| Binary | 10000101 | 1010 | 100110 | 0 | 1011100 | 1000111 | 110000 | 101011010 | 1010110 | 11100 |
Color Harmonies of #850A26
Complementary color
Monochromatic Colors of #850A26
Black with #850A26
Text Example
Text Example
White with #850A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A26; }
p { color: rgb(133,10,38); }
H1.HeaderClassName
{
color: #850A26;
}
.AnyTagClassName
{
color: #850A26;
}
</style>
background-color css
<style>
a { background-color: #850A26; }
a { background-color: rgb(133,10,38); }
div.DivClassName
{
background-color: #850A26;
}
.BgClassName
{
background-color: #850A26;
}
</style>
border-color css
<style>
span { border-color: #850A26; }
span { border-color: rgb(133,10,38); }
td.TdClassName
{
border-color: #850A26;
}
.TagClassName
{
border-color: #850A26;
}
</style>