Shades of Burgundy #850D26
Tints of Burgundy #850D26
RGB
CMYK
RGB Variations
Color information
#850D26 (or 0x850D26) is known color: Burgundy. HEX triplet: 85, 0D and 26. RGB value is (133,13,38). Sum of RGB (Red+Green+Blue) = 133+13+38=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #850D26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D26 is #7AF2D9. Grayscale: #333333. Windows color (decimal): -8057562 or 2493829. OLE color: 2493829.
HSL color Cylindrical-coordinate representation of color #850D26: hue angle of 347.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D26 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 38 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.48 |
| HSL | 347.5º | 0.82% | 0.29% | - |
| HSV(B) | 347.5º | 0.9% | 0.52% | - |
| XYZ | 10.17 | 5.41 | 2.34 | - |
| YUV | 51.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 38 | 0 | 0.90 | 0.71 | 0.48 | 347.5 | 0.82 | 0.29 |
| Hex | 85 | D | 26 | 0 | 5A | 47 | 30 | 15C | 52 | 1D |
| Octal | 205 | 15 | 46 | 0 | 132 | 107 | 60 | 534 | 122 | 35 |
| Binary | 10000101 | 1101 | 100110 | 0 | 1011010 | 1000111 | 110000 | 101011100 | 1010010 | 11101 |
Color Harmonies of #850D26
Complementary color
Monochromatic Colors of #850D26
Black with #850D26
Text Example
Text Example
White with #850D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D26; }
p { color: rgb(133,13,38); }
H1.HeaderClassName
{
color: #850D26;
}
.AnyTagClassName
{
color: #850D26;
}
</style>
background-color css
<style>
a { background-color: #850D26; }
a { background-color: rgb(133,13,38); }
div.DivClassName
{
background-color: #850D26;
}
.BgClassName
{
background-color: #850D26;
}
</style>
border-color css
<style>
span { border-color: #850D26; }
span { border-color: rgb(133,13,38); }
td.TdClassName
{
border-color: #850D26;
}
.TagClassName
{
border-color: #850D26;
}
</style>