Shades of Mulled Wine #524D5C
Tints of Mulled Wine #524D5C
RGB
CMYK
RGB Variations
Color information
#524D5C (or 0x524D5C) is known color: Mulled Wine. HEX triplet: 52, 4D and 5C. RGB value is (82,77,92). Sum of RGB (Red+Green+Blue) = 82+77+92=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 92 - color contains mainly: blue. Hex color #524D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D5C is #ADB2A3. Grayscale: #505050. Windows color (decimal): -11383460 or 6049106. OLE color: 6049106.
HSL color Cylindrical-coordinate representation of color #524D5C: hue angle of 260º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #524D5C is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 77 | 92 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.64 |
| HSL | 260º | 0.09% | 0.33% | - |
| HSV(B) | 260º | 0.16% | 0.36% | - |
| XYZ | 8.07 | 7.87 | 11.22 | - |
| YUV | 80.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 92 | 0.11 | 0.16 | 0 | 0.64 | 260 | 0.09 | 0.33 |
| Hex | 52 | 4D | 5C | B | 10 | 0 | 40 | 104 | 9 | 21 |
| Octal | 122 | 115 | 134 | 13 | 20 | 0 | 100 | 404 | 11 | 41 |
| Binary | 1010010 | 1001101 | 1011100 | 1011 | 10000 | 0 | 1000000 | 100000100 | 1001 | 100001 |
Color Harmonies of #524D5C
Complementary color
Monochromatic Colors of #524D5C
Black with #524D5C
Text Example
Text Example
White with #524D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D5C; }
p { color: rgb(82,77,92); }
H1.HeaderClassName
{
color: #524D5C;
}
.AnyTagClassName
{
color: #524D5C;
}
</style>
background-color css
<style>
a { background-color: #524D5C; }
a { background-color: rgb(82,77,92); }
div.DivClassName
{
background-color: #524D5C;
}
.BgClassName
{
background-color: #524D5C;
}
</style>
border-color css
<style>
span { border-color: #524D5C; }
span { border-color: rgb(82,77,92); }
td.TdClassName
{
border-color: #524D5C;
}
.TagClassName
{
border-color: #524D5C;
}
</style>