Shades of Mulled Wine #524A60
Tints of Mulled Wine #524A60
RGB
CMYK
RGB Variations
Color information
#524A60 (or 0x524A60) is known color: Mulled Wine. HEX triplet: 52, 4A and 60. RGB value is (82,74,96). Sum of RGB (Red+Green+Blue) = 82+74+96=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #524A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A60 is #ADB59F. Grayscale: #4E4E4E. Windows color (decimal): -11384224 or 6310482. OLE color: 6310482.
HSL color Cylindrical-coordinate representation of color #524A60: hue angle of 261.82º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #524A60 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 74 | 96 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.62 |
| HSL | 261.82º | 0.13% | 0.33% | - |
| HSV(B) | 261.82º | 0.23% | 0.38% | - |
| XYZ | 8.04 | 7.54 | 12.1 | - |
| YUV | 78.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 96 | 0.15 | 0.23 | 0 | 0.62 | 261.82 | 0.13 | 0.33 |
| Hex | 52 | 4A | 60 | F | 17 | 0 | 3E | 106 | D | 21 |
| Octal | 122 | 112 | 140 | 17 | 27 | 0 | 76 | 406 | 15 | 41 |
| Binary | 1010010 | 1001010 | 1100000 | 1111 | 10111 | 0 | 111110 | 100000110 | 1101 | 100001 |
Color Harmonies of #524A60
Complementary color
Monochromatic Colors of #524A60
Black with #524A60
Text Example
Text Example
White with #524A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A60; }
p { color: rgb(82,74,96); }
H1.HeaderClassName
{
color: #524A60;
}
.AnyTagClassName
{
color: #524A60;
}
</style>
background-color css
<style>
a { background-color: #524A60; }
a { background-color: rgb(82,74,96); }
div.DivClassName
{
background-color: #524A60;
}
.BgClassName
{
background-color: #524A60;
}
</style>
border-color css
<style>
span { border-color: #524A60; }
span { border-color: rgb(82,74,96); }
td.TdClassName
{
border-color: #524A60;
}
.TagClassName
{
border-color: #524A60;
}
</style>