Shades of Mulled Wine #524C61
Tints of Mulled Wine #524C61
RGB
CMYK
RGB Variations
Color information
#524C61 (or 0x524C61) is known color: Mulled Wine. HEX triplet: 52, 4C and 61. RGB value is (82,76,97). Sum of RGB (Red+Green+Blue) = 82+76+97=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #524C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C61 is #ADB39E. Grayscale: #505050. Windows color (decimal): -11383711 or 6376530. OLE color: 6376530.
HSL color Cylindrical-coordinate representation of color #524C61: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #524C61 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 76 | 97 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.62 |
| HSL | 257.14º | 0.12% | 0.34% | - |
| HSV(B) | 257.14º | 0.22% | 0.38% | - |
| XYZ | 8.22 | 7.83 | 12.39 | - |
| YUV | 80.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 97 | 0.15 | 0.22 | 0 | 0.62 | 257.14 | 0.12 | 0.34 |
| Hex | 52 | 4C | 61 | F | 16 | 0 | 3E | 101 | C | 22 |
| Octal | 122 | 114 | 141 | 17 | 26 | 0 | 76 | 401 | 14 | 42 |
| Binary | 1010010 | 1001100 | 1100001 | 1111 | 10110 | 0 | 111110 | 100000001 | 1100 | 100010 |
Color Harmonies of #524C61
Complementary color
Monochromatic Colors of #524C61
Black with #524C61
Text Example
Text Example
White with #524C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C61; }
p { color: rgb(82,76,97); }
H1.HeaderClassName
{
color: #524C61;
}
.AnyTagClassName
{
color: #524C61;
}
</style>
background-color css
<style>
a { background-color: #524C61; }
a { background-color: rgb(82,76,97); }
div.DivClassName
{
background-color: #524C61;
}
.BgClassName
{
background-color: #524C61;
}
</style>
border-color css
<style>
span { border-color: #524C61; }
span { border-color: rgb(82,76,97); }
td.TdClassName
{
border-color: #524C61;
}
.TagClassName
{
border-color: #524C61;
}
</style>