Shades of Burgundy #850536
Tints of Burgundy #850536
RGB
CMYK
RGB Variations
Color information
#850536 (or 0x850536) is known color: Burgundy. HEX triplet: 85, 05 and 36. RGB value is (133,5,54). Sum of RGB (Red+Green+Blue) = 133+5+54=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #850536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850536 is #7AFAC9. Grayscale: #303030. Windows color (decimal): -8059594 or 3540357. OLE color: 3540357.
HSL color Cylindrical-coordinate representation of color #850536: hue angle of 337.03º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850536 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 54 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.48 |
| HSL | 337.03º | 0.93% | 0.27% | - |
| HSV(B) | 337.03º | 0.96% | 0.52% | - |
| XYZ | 10.39 | 5.36 | 3.98 | - |
| YUV | 48.86 | 130.91 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 54 | 0 | 0.96 | 0.59 | 0.48 | 337.03 | 0.93 | 0.27 |
| Hex | 85 | 5 | 36 | 0 | 60 | 3B | 30 | 151 | 5D | 1B |
| Octal | 205 | 5 | 66 | 0 | 140 | 73 | 60 | 521 | 135 | 33 |
| Binary | 10000101 | 101 | 110110 | 0 | 1100000 | 111011 | 110000 | 101010001 | 1011101 | 11011 |
Color Harmonies of #850536
Complementary color
Monochromatic Colors of #850536
Black with #850536
Text Example
Text Example
White with #850536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850536; }
p { color: rgb(133,5,54); }
H1.HeaderClassName
{
color: #850536;
}
.AnyTagClassName
{
color: #850536;
}
</style>
background-color css
<style>
a { background-color: #850536; }
a { background-color: rgb(133,5,54); }
div.DivClassName
{
background-color: #850536;
}
.BgClassName
{
background-color: #850536;
}
</style>
border-color css
<style>
span { border-color: #850536; }
span { border-color: rgb(133,5,54); }
td.TdClassName
{
border-color: #850536;
}
.TagClassName
{
border-color: #850536;
}
</style>