Shades of Mulled Wine #524963
Tints of Mulled Wine #524963
RGB
CMYK
RGB Variations
Color information
#524963 (or 0x524963) is known color: Mulled Wine. HEX triplet: 52, 49 and 63. RGB value is (82,73,99). Sum of RGB (Red+Green+Blue) = 82+73+99=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 99 - color contains mainly: blue. Hex color #524963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524963 is #ADB69C. Grayscale: #4E4E4E. Windows color (decimal): -11384477 or 6506834. OLE color: 6506834.
HSL color Cylindrical-coordinate representation of color #524963: hue angle of 260.77º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #524963 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 73 | 99 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.61 |
| HSL | 260.77º | 0.15% | 0.34% | - |
| HSV(B) | 260.77º | 0.26% | 0.39% | - |
| XYZ | 8.11 | 7.46 | 12.82 | - |
| YUV | 78.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 73 | 99 | 0.17 | 0.26 | 0 | 0.61 | 260.77 | 0.15 | 0.34 |
| Hex | 52 | 49 | 63 | 11 | 1A | 0 | 3D | 105 | F | 22 |
| Octal | 122 | 111 | 143 | 21 | 32 | 0 | 75 | 405 | 17 | 42 |
| Binary | 1010010 | 1001001 | 1100011 | 10001 | 11010 | 0 | 111101 | 100000101 | 1111 | 100010 |
Color Harmonies of #524963
Complementary color
Monochromatic Colors of #524963
Black with #524963
Text Example
Text Example
White with #524963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524963; }
p { color: rgb(82,73,99); }
H1.HeaderClassName
{
color: #524963;
}
.AnyTagClassName
{
color: #524963;
}
</style>
background-color css
<style>
a { background-color: #524963; }
a { background-color: rgb(82,73,99); }
div.DivClassName
{
background-color: #524963;
}
.BgClassName
{
background-color: #524963;
}
</style>
border-color css
<style>
span { border-color: #524963; }
span { border-color: rgb(82,73,99); }
td.TdClassName
{
border-color: #524963;
}
.TagClassName
{
border-color: #524963;
}
</style>