Shades of Mulled Wine #524665
Tints of Mulled Wine #524665
RGB
CMYK
RGB Variations
Color information
#524665 (or 0x524665) is known color: Mulled Wine. HEX triplet: 52, 46 and 65. RGB value is (82,70,101). Sum of RGB (Red+Green+Blue) = 82+70+101=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #524665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524665 is #ADB99A. Grayscale: #4D4D4D. Windows color (decimal): -11385243 or 6637138. OLE color: 6637138.
HSL color Cylindrical-coordinate representation of color #524665: hue angle of 263.23º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #524665 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 70 | 101 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.60 |
| HSL | 263.23º | 0.18% | 0.34% | - |
| HSV(B) | 263.23º | 0.31% | 0.4% | - |
| XYZ | 8.02 | 7.11 | 13.26 | - |
| YUV | 77.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 70 | 101 | 0.19 | 0.31 | 0 | 0.60 | 263.23 | 0.18 | 0.34 |
| Hex | 52 | 46 | 65 | 13 | 1F | 0 | 3C | 107 | 12 | 22 |
| Octal | 122 | 106 | 145 | 23 | 37 | 0 | 74 | 407 | 22 | 42 |
| Binary | 1010010 | 1000110 | 1100101 | 10011 | 11111 | 0 | 111100 | 100000111 | 10010 | 100010 |
Color Harmonies of #524665
Complementary color
Monochromatic Colors of #524665
Black with #524665
Text Example
Text Example
White with #524665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524665; }
p { color: rgb(82,70,101); }
H1.HeaderClassName
{
color: #524665;
}
.AnyTagClassName
{
color: #524665;
}
</style>
background-color css
<style>
a { background-color: #524665; }
a { background-color: rgb(82,70,101); }
div.DivClassName
{
background-color: #524665;
}
.BgClassName
{
background-color: #524665;
}
</style>
border-color css
<style>
span { border-color: #524665; }
span { border-color: rgb(82,70,101); }
td.TdClassName
{
border-color: #524665;
}
.TagClassName
{
border-color: #524665;
}
</style>