Shades of Burgundy #85062F
Tints of Burgundy #85062F
RGB
CMYK
RGB Variations
Color information
#85062F (or 0x85062F) is known color: Burgundy. HEX triplet: 85, 06 and 2F. RGB value is (133,6,47). Sum of RGB (Red+Green+Blue) = 133+6+47=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #85062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85062F is #7AF9D0. Grayscale: #303030. Windows color (decimal): -8059345 or 3081861. OLE color: 3081861.
HSL color Cylindrical-coordinate representation of color #85062F: hue angle of 340.63º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85062F is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 6 | 47 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.48 |
| HSL | 340.63º | 0.91% | 0.27% | - |
| HSV(B) | 340.63º | 0.95% | 0.52% | - |
| XYZ | 10.25 | 5.32 | 3.18 | - |
| YUV | 48.65 | 127.08 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 47 | 0 | 0.95 | 0.65 | 0.48 | 340.63 | 0.91 | 0.27 |
| Hex | 85 | 6 | 2F | 0 | 5F | 41 | 30 | 155 | 5B | 1B |
| Octal | 205 | 6 | 57 | 0 | 137 | 101 | 60 | 525 | 133 | 33 |
| Binary | 10000101 | 110 | 101111 | 0 | 1011111 | 1000001 | 110000 | 101010101 | 1011011 | 11011 |
Color Harmonies of #85062F
Complementary color
Monochromatic Colors of #85062F
Black with #85062F
Text Example
Text Example
White with #85062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85062F; }
p { color: rgb(133,6,47); }
H1.HeaderClassName
{
color: #85062F;
}
.AnyTagClassName
{
color: #85062F;
}
</style>
background-color css
<style>
a { background-color: #85062F; }
a { background-color: rgb(133,6,47); }
div.DivClassName
{
background-color: #85062F;
}
.BgClassName
{
background-color: #85062F;
}
</style>
border-color css
<style>
span { border-color: #85062F; }
span { border-color: rgb(133,6,47); }
td.TdClassName
{
border-color: #85062F;
}
.TagClassName
{
border-color: #85062F;
}
</style>