Shades of Mulled Wine #524462
Tints of Mulled Wine #524462
RGB
CMYK
RGB Variations
Color information
#524462 (or 0x524462) is known color: Mulled Wine. HEX triplet: 52, 44 and 62. RGB value is (82,68,98). Sum of RGB (Red+Green+Blue) = 82+68+98=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 98 - color contains mainly: blue. Hex color #524462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524462 is #ADBB9D. Grayscale: #4B4B4B. Windows color (decimal): -11385758 or 6440018. OLE color: 6440018.
HSL color Cylindrical-coordinate representation of color #524462: hue angle of 268º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #524462 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 68 | 98 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.62 |
| HSL | 268º | 0.18% | 0.33% | - |
| HSV(B) | 268º | 0.31% | 0.38% | - |
| XYZ | 7.75 | 6.81 | 12.46 | - |
| YUV | 75.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 68 | 98 | 0.16 | 0.31 | 0 | 0.62 | 268 | 0.18 | 0.33 |
| Hex | 52 | 44 | 62 | 10 | 1F | 0 | 3E | 10C | 12 | 21 |
| Octal | 122 | 104 | 142 | 20 | 37 | 0 | 76 | 414 | 22 | 41 |
| Binary | 1010010 | 1000100 | 1100010 | 10000 | 11111 | 0 | 111110 | 100001100 | 10010 | 100001 |
Color Harmonies of #524462
Complementary color
Monochromatic Colors of #524462
Black with #524462
Text Example
Text Example
White with #524462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524462; }
p { color: rgb(82,68,98); }
H1.HeaderClassName
{
color: #524462;
}
.AnyTagClassName
{
color: #524462;
}
</style>
background-color css
<style>
a { background-color: #524462; }
a { background-color: rgb(82,68,98); }
div.DivClassName
{
background-color: #524462;
}
.BgClassName
{
background-color: #524462;
}
</style>
border-color css
<style>
span { border-color: #524462; }
span { border-color: rgb(82,68,98); }
td.TdClassName
{
border-color: #524462;
}
.TagClassName
{
border-color: #524462;
}
</style>