Shades of Burgundy #850535
Tints of Burgundy #850535
RGB
CMYK
RGB Variations
Color information
#850535 (or 0x850535) is known color: Burgundy. HEX triplet: 85, 05 and 35. RGB value is (133,5,53). Sum of RGB (Red+Green+Blue) = 133+5+53=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #850535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850535 is #7AFACA. Grayscale: #303030. Windows color (decimal): -8059595 or 3474821. OLE color: 3474821.
HSL color Cylindrical-coordinate representation of color #850535: hue angle of 337.5º 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 #850535 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 53 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.48 |
| HSL | 337.5º | 0.93% | 0.27% | - |
| HSV(B) | 337.5º | 0.96% | 0.52% | - |
| XYZ | 10.37 | 5.35 | 3.85 | - |
| YUV | 48.74 | 130.41 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 53 | 0 | 0.96 | 0.60 | 0.48 | 337.5 | 0.93 | 0.27 |
| Hex | 85 | 5 | 35 | 0 | 60 | 3C | 30 | 152 | 5D | 1B |
| Octal | 205 | 5 | 65 | 0 | 140 | 74 | 60 | 522 | 135 | 33 |
| Binary | 10000101 | 101 | 110101 | 0 | 1100000 | 111100 | 110000 | 101010010 | 1011101 | 11011 |
Color Harmonies of #850535
Complementary color
Monochromatic Colors of #850535
Black with #850535
Text Example
Text Example
White with #850535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850535; }
p { color: rgb(133,5,53); }
H1.HeaderClassName
{
color: #850535;
}
.AnyTagClassName
{
color: #850535;
}
</style>
background-color css
<style>
a { background-color: #850535; }
a { background-color: rgb(133,5,53); }
div.DivClassName
{
background-color: #850535;
}
.BgClassName
{
background-color: #850535;
}
</style>
border-color css
<style>
span { border-color: #850535; }
span { border-color: rgb(133,5,53); }
td.TdClassName
{
border-color: #850535;
}
.TagClassName
{
border-color: #850535;
}
</style>