Shades of Mulled Wine #524D58
Tints of Mulled Wine #524D58
RGB
CMYK
RGB Variations
Color information
#524D58 (or 0x524D58) is known color: Mulled Wine. HEX triplet: 52, 4D and 58. RGB value is (82,77,88). Sum of RGB (Red+Green+Blue) = 82+77+88=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 88 - color contains mainly: blue. Hex color #524D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D58 is #ADB2A7. Grayscale: #4F4F4F. Windows color (decimal): -11383464 or 5786962. OLE color: 5786962.
HSL color Cylindrical-coordinate representation of color #524D58: hue angle of 267.27º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #524D58 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 77 | 88 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.65 |
| HSL | 267.27º | 0.07% | 0.32% | - |
| HSV(B) | 267.27º | 0.13% | 0.35% | - |
| XYZ | 7.9 | 7.81 | 10.32 | - |
| YUV | 79.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 88 | 0.07 | 0.12 | 0 | 0.65 | 267.27 | 0.07 | 0.32 |
| Hex | 52 | 4D | 58 | 7 | C | 0 | 41 | 10B | 7 | 20 |
| Octal | 122 | 115 | 130 | 7 | 14 | 0 | 101 | 413 | 7 | 40 |
| Binary | 1010010 | 1001101 | 1011000 | 111 | 1100 | 0 | 1000001 | 100001011 | 111 | 100000 |
Color Harmonies of #524D58
Complementary color
Monochromatic Colors of #524D58
Black with #524D58
Text Example
Text Example
White with #524D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D58; }
p { color: rgb(82,77,88); }
H1.HeaderClassName
{
color: #524D58;
}
.AnyTagClassName
{
color: #524D58;
}
</style>
background-color css
<style>
a { background-color: #524D58; }
a { background-color: rgb(82,77,88); }
div.DivClassName
{
background-color: #524D58;
}
.BgClassName
{
background-color: #524D58;
}
</style>
border-color css
<style>
span { border-color: #524D58; }
span { border-color: rgb(82,77,88); }
td.TdClassName
{
border-color: #524D58;
}
.TagClassName
{
border-color: #524D58;
}
</style>