Shades of Mulled Wine #524C58
Tints of Mulled Wine #524C58
RGB
CMYK
RGB Variations
Color information
#524C58 (or 0x524C58) is known color: Mulled Wine. HEX triplet: 52, 4C and 58. RGB value is (82,76,88). Sum of RGB (Red+Green+Blue) = 82+76+88=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: blue. Hex color #524C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C58 is #ADB3A7. Grayscale: #4F4F4F. Windows color (decimal): -11383720 or 5786706. OLE color: 5786706.
HSL color Cylindrical-coordinate representation of color #524C58: hue angle of 270º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #524C58 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 76 | 88 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.65 |
| HSL | 270º | 0.07% | 0.32% | - |
| HSV(B) | 270º | 0.14% | 0.35% | - |
| XYZ | 7.83 | 7.67 | 10.3 | - |
| YUV | 79.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 88 | 0.07 | 0.14 | 0 | 0.65 | 270 | 0.07 | 0.32 |
| Hex | 52 | 4C | 58 | 7 | E | 0 | 41 | 10E | 7 | 20 |
| Octal | 122 | 114 | 130 | 7 | 16 | 0 | 101 | 416 | 7 | 40 |
| Binary | 1010010 | 1001100 | 1011000 | 111 | 1110 | 0 | 1000001 | 100001110 | 111 | 100000 |
Color Harmonies of #524C58
Complementary color
Monochromatic Colors of #524C58
Black with #524C58
Text Example
Text Example
White with #524C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C58; }
p { color: rgb(82,76,88); }
H1.HeaderClassName
{
color: #524C58;
}
.AnyTagClassName
{
color: #524C58;
}
</style>
background-color css
<style>
a { background-color: #524C58; }
a { background-color: rgb(82,76,88); }
div.DivClassName
{
background-color: #524C58;
}
.BgClassName
{
background-color: #524C58;
}
</style>
border-color css
<style>
span { border-color: #524C58; }
span { border-color: rgb(82,76,88); }
td.TdClassName
{
border-color: #524C58;
}
.TagClassName
{
border-color: #524C58;
}
</style>