Shades of Burgundy #850720
Tints of Burgundy #850720
RGB
CMYK
RGB Variations
Color information
#850720 (or 0x850720) is known color: Burgundy. HEX triplet: 85, 07 and 20. RGB value is (133,7,32). Sum of RGB (Red+Green+Blue) = 133+7+32=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #850720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850720 is #7AF8DF. Grayscale: #2F2F2F. Windows color (decimal): -8059104 or 2099077. OLE color: 2099077.
HSL color Cylindrical-coordinate representation of color #850720: hue angle of 348.1º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850720 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 7 | 32 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.48 |
| HSL | 348.1º | 0.9% | 0.27% | - |
| HSV(B) | 348.1º | 0.95% | 0.52% | - |
| XYZ | 10.01 | 5.24 | 1.85 | - |
| YUV | 47.52 | 119.24 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 32 | 0 | 0.95 | 0.76 | 0.48 | 348.1 | 0.9 | 0.27 |
| Hex | 85 | 7 | 20 | 0 | 5F | 4C | 30 | 15C | 5A | 1B |
| Octal | 205 | 7 | 40 | 0 | 137 | 114 | 60 | 534 | 132 | 33 |
| Binary | 10000101 | 111 | 100000 | 0 | 1011111 | 1001100 | 110000 | 101011100 | 1011010 | 11011 |
Color Harmonies of #850720
Complementary color
Monochromatic Colors of #850720
Black with #850720
Text Example
Text Example
White with #850720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850720; }
p { color: rgb(133,7,32); }
H1.HeaderClassName
{
color: #850720;
}
.AnyTagClassName
{
color: #850720;
}
</style>
background-color css
<style>
a { background-color: #850720; }
a { background-color: rgb(133,7,32); }
div.DivClassName
{
background-color: #850720;
}
.BgClassName
{
background-color: #850720;
}
</style>
border-color css
<style>
span { border-color: #850720; }
span { border-color: rgb(133,7,32); }
td.TdClassName
{
border-color: #850720;
}
.TagClassName
{
border-color: #850720;
}
</style>