Shades of Mulled Wine #52485F
Tints of Mulled Wine #52485F
RGB
CMYK
RGB Variations
Color information
#52485F (or 0x52485F) is known color: Mulled Wine. HEX triplet: 52, 48 and 5F. RGB value is (82,72,95). Sum of RGB (Red+Green+Blue) = 82+72+95=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 95 - color contains mainly: blue. Hex color #52485F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52485F is #ADB7A0. Grayscale: #4D4D4D. Windows color (decimal): -11384737 or 6244434. OLE color: 6244434.
HSL color Cylindrical-coordinate representation of color #52485F: hue angle of 266.09º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52485F is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 72 | 95 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.63 |
| HSL | 266.09º | 0.14% | 0.33% | - |
| HSV(B) | 266.09º | 0.24% | 0.37% | - |
| XYZ | 7.86 | 7.25 | 11.81 | - |
| YUV | 77.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 95 | 0.14 | 0.24 | 0 | 0.63 | 266.09 | 0.14 | 0.33 |
| Hex | 52 | 48 | 5F | E | 18 | 0 | 3F | 10A | E | 21 |
| Octal | 122 | 110 | 137 | 16 | 30 | 0 | 77 | 412 | 16 | 41 |
| Binary | 1010010 | 1001000 | 1011111 | 1110 | 11000 | 0 | 111111 | 100001010 | 1110 | 100001 |
Color Harmonies of #52485F
Complementary color
Monochromatic Colors of #52485F
Black with #52485F
Text Example
Text Example
White with #52485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52485F; }
p { color: rgb(82,72,95); }
H1.HeaderClassName
{
color: #52485F;
}
.AnyTagClassName
{
color: #52485F;
}
</style>
background-color css
<style>
a { background-color: #52485F; }
a { background-color: rgb(82,72,95); }
div.DivClassName
{
background-color: #52485F;
}
.BgClassName
{
background-color: #52485F;
}
</style>
border-color css
<style>
span { border-color: #52485F; }
span { border-color: rgb(82,72,95); }
td.TdClassName
{
border-color: #52485F;
}
.TagClassName
{
border-color: #52485F;
}
</style>