Shades of Burgundy #85052C
Tints of Burgundy #85052C
RGB
CMYK
RGB Variations
Color information
#85052C (or 0x85052C) is known color: Burgundy. HEX triplet: 85, 05 and 2C. RGB value is (133,5,44). Sum of RGB (Red+Green+Blue) = 133+5+44=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #85052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85052C is #7AFAD3. Grayscale: #2F2F2F. Windows color (decimal): -8059604 or 2884997. OLE color: 2884997.
HSL color Cylindrical-coordinate representation of color #85052C: hue angle of 341.72º 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 #85052C is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 44 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.48 |
| HSL | 341.72º | 0.93% | 0.27% | - |
| HSV(B) | 341.72º | 0.96% | 0.52% | - |
| XYZ | 10.18 | 5.28 | 2.86 | - |
| YUV | 47.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 44 | 0 | 0.96 | 0.67 | 0.48 | 341.72 | 0.93 | 0.27 |
| Hex | 85 | 5 | 2C | 0 | 60 | 43 | 30 | 156 | 5D | 1B |
| Octal | 205 | 5 | 54 | 0 | 140 | 103 | 60 | 526 | 135 | 33 |
| Binary | 10000101 | 101 | 101100 | 0 | 1100000 | 1000011 | 110000 | 101010110 | 1011101 | 11011 |
Color Harmonies of #85052C
Complementary color
Monochromatic Colors of #85052C
Black with #85052C
Text Example
Text Example
White with #85052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85052C; }
p { color: rgb(133,5,44); }
H1.HeaderClassName
{
color: #85052C;
}
.AnyTagClassName
{
color: #85052C;
}
</style>
background-color css
<style>
a { background-color: #85052C; }
a { background-color: rgb(133,5,44); }
div.DivClassName
{
background-color: #85052C;
}
.BgClassName
{
background-color: #85052C;
}
</style>
border-color css
<style>
span { border-color: #85052C; }
span { border-color: rgb(133,5,44); }
td.TdClassName
{
border-color: #85052C;
}
.TagClassName
{
border-color: #85052C;
}
</style>