Shades of Mulled Wine #524C65
Tints of Mulled Wine #524C65
RGB
CMYK
RGB Variations
Color information
#524C65 (or 0x524C65) is known color: Mulled Wine. HEX triplet: 52, 4C and 65. RGB value is (82,76,101). Sum of RGB (Red+Green+Blue) = 82+76+101=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 101 - color contains mainly: blue. Hex color #524C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C65 is #ADB39A. Grayscale: #505050. Windows color (decimal): -11383707 or 6638674. OLE color: 6638674.
HSL color Cylindrical-coordinate representation of color #524C65: hue angle of 254.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #524C65 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 76 | 101 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.60 |
| HSL | 254.4º | 0.14% | 0.35% | - |
| HSV(B) | 254.4º | 0.25% | 0.4% | - |
| XYZ | 8.41 | 7.9 | 13.39 | - |
| YUV | 80.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 101 | 0.19 | 0.25 | 0 | 0.60 | 254.4 | 0.14 | 0.35 |
| Hex | 52 | 4C | 65 | 13 | 19 | 0 | 3C | FE | E | 23 |
| Octal | 122 | 114 | 145 | 23 | 31 | 0 | 74 | 376 | 16 | 43 |
| Binary | 1010010 | 1001100 | 1100101 | 10011 | 11001 | 0 | 111100 | 11111110 | 1110 | 100011 |
Color Harmonies of #524C65
Complementary color
Monochromatic Colors of #524C65
Black with #524C65
Text Example
Text Example
White with #524C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C65; }
p { color: rgb(82,76,101); }
H1.HeaderClassName
{
color: #524C65;
}
.AnyTagClassName
{
color: #524C65;
}
</style>
background-color css
<style>
a { background-color: #524C65; }
a { background-color: rgb(82,76,101); }
div.DivClassName
{
background-color: #524C65;
}
.BgClassName
{
background-color: #524C65;
}
</style>
border-color css
<style>
span { border-color: #524C65; }
span { border-color: rgb(82,76,101); }
td.TdClassName
{
border-color: #524C65;
}
.TagClassName
{
border-color: #524C65;
}
</style>