Shades of Mulled Wine #52475D
Tints of Mulled Wine #52475D
RGB
CMYK
RGB Variations
Color information
#52475D (or 0x52475D) is known color: Mulled Wine. HEX triplet: 52, 47 and 5D. RGB value is (82,71,93). Sum of RGB (Red+Green+Blue) = 82+71+93=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #52475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52475D is #ADB8A2. Grayscale: #4C4C4C. Windows color (decimal): -11384995 or 6113106. OLE color: 6113106.
HSL color Cylindrical-coordinate representation of color #52475D: hue angle of 270º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52475D is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 71 | 93 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.64 |
| HSL | 270º | 0.13% | 0.32% | - |
| HSV(B) | 270º | 0.24% | 0.36% | - |
| XYZ | 7.71 | 7.09 | 11.32 | - |
| YUV | 76.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 71 | 93 | 0.12 | 0.24 | 0 | 0.64 | 270 | 0.13 | 0.32 |
| Hex | 52 | 47 | 5D | C | 18 | 0 | 40 | 10E | D | 20 |
| Octal | 122 | 107 | 135 | 14 | 30 | 0 | 100 | 416 | 15 | 40 |
| Binary | 1010010 | 1000111 | 1011101 | 1100 | 11000 | 0 | 1000000 | 100001110 | 1101 | 100000 |
Color Harmonies of #52475D
Complementary color
Monochromatic Colors of #52475D
Black with #52475D
Text Example
Text Example
White with #52475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52475D; }
p { color: rgb(82,71,93); }
H1.HeaderClassName
{
color: #52475D;
}
.AnyTagClassName
{
color: #52475D;
}
</style>
background-color css
<style>
a { background-color: #52475D; }
a { background-color: rgb(82,71,93); }
div.DivClassName
{
background-color: #52475D;
}
.BgClassName
{
background-color: #52475D;
}
</style>
border-color css
<style>
span { border-color: #52475D; }
span { border-color: rgb(82,71,93); }
td.TdClassName
{
border-color: #52475D;
}
.TagClassName
{
border-color: #52475D;
}
</style>