Shades of Burgundy #85052F
Tints of Burgundy #85052F
RGB
CMYK
RGB Variations
Color information
#85052F (or 0x85052F) is known color: Burgundy. HEX triplet: 85, 05 and 2F. RGB value is (133,5,47). Sum of RGB (Red+Green+Blue) = 133+5+47=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #85052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85052F is #7AFAD0. Grayscale: #303030. Windows color (decimal): -8059601 or 3081605. OLE color: 3081605.
HSL color Cylindrical-coordinate representation of color #85052F: hue angle of 340.31º 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 #85052F is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 47 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.48 |
| HSL | 340.31º | 0.93% | 0.27% | - |
| HSV(B) | 340.31º | 0.96% | 0.52% | - |
| XYZ | 10.24 | 5.3 | 3.17 | - |
| YUV | 48.06 | 127.41 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 47 | 0 | 0.96 | 0.65 | 0.48 | 340.31 | 0.93 | 0.27 |
| Hex | 85 | 5 | 2F | 0 | 60 | 41 | 30 | 154 | 5D | 1B |
| Octal | 205 | 5 | 57 | 0 | 140 | 101 | 60 | 524 | 135 | 33 |
| Binary | 10000101 | 101 | 101111 | 0 | 1100000 | 1000001 | 110000 | 101010100 | 1011101 | 11011 |
Color Harmonies of #85052F
Complementary color
Monochromatic Colors of #85052F
Black with #85052F
Text Example
Text Example
White with #85052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85052F; }
p { color: rgb(133,5,47); }
H1.HeaderClassName
{
color: #85052F;
}
.AnyTagClassName
{
color: #85052F;
}
</style>
background-color css
<style>
a { background-color: #85052F; }
a { background-color: rgb(133,5,47); }
div.DivClassName
{
background-color: #85052F;
}
.BgClassName
{
background-color: #85052F;
}
</style>
border-color css
<style>
span { border-color: #85052F; }
span { border-color: rgb(133,5,47); }
td.TdClassName
{
border-color: #85052F;
}
.TagClassName
{
border-color: #85052F;
}
</style>