Shades of Burgundy #850435
Tints of Burgundy #850435
RGB
CMYK
RGB Variations
Color information
#850435 (or 0x850435) is known color: Burgundy. HEX triplet: 85, 04 and 35. RGB value is (133,4,53). Sum of RGB (Red+Green+Blue) = 133+4+53=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #850435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850435 is #7AFBCA. Grayscale: #303030. Windows color (decimal): -8059851 or 3474565. OLE color: 3474565.
HSL color Cylindrical-coordinate representation of color #850435: hue angle of 337.21º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850435 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 53 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.48 |
| HSL | 337.21º | 0.94% | 0.27% | - |
| HSV(B) | 337.21º | 0.97% | 0.52% | - |
| XYZ | 10.36 | 5.33 | 3.85 | - |
| YUV | 48.16 | 130.74 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 53 | 0 | 0.97 | 0.60 | 0.48 | 337.21 | 0.94 | 0.27 |
| Hex | 85 | 4 | 35 | 0 | 61 | 3C | 30 | 151 | 5E | 1B |
| Octal | 205 | 4 | 65 | 0 | 141 | 74 | 60 | 521 | 136 | 33 |
| Binary | 10000101 | 100 | 110101 | 0 | 1100001 | 111100 | 110000 | 101010001 | 1011110 | 11011 |
Color Harmonies of #850435
Complementary color
Monochromatic Colors of #850435
Black with #850435
Text Example
Text Example
White with #850435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850435; }
p { color: rgb(133,4,53); }
H1.HeaderClassName
{
color: #850435;
}
.AnyTagClassName
{
color: #850435;
}
</style>
background-color css
<style>
a { background-color: #850435; }
a { background-color: rgb(133,4,53); }
div.DivClassName
{
background-color: #850435;
}
.BgClassName
{
background-color: #850435;
}
</style>
border-color css
<style>
span { border-color: #850435; }
span { border-color: rgb(133,4,53); }
td.TdClassName
{
border-color: #850435;
}
.TagClassName
{
border-color: #850435;
}
</style>