Shades of Mulled Wine #524B62
Tints of Mulled Wine #524B62
RGB
CMYK
RGB Variations
Color information
#524B62 (or 0x524B62) is known color: Mulled Wine. HEX triplet: 52, 4B and 62. RGB value is (82,75,98). Sum of RGB (Red+Green+Blue) = 82+75+98=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 98 - color contains mainly: blue. Hex color #524B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524B62 is #ADB49D. Grayscale: #4F4F4F. Windows color (decimal): -11383966 or 6441810. OLE color: 6441810.
HSL color Cylindrical-coordinate representation of color #524B62: hue angle of 258.26º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #524B62 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 75 | 98 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.62 |
| HSL | 258.26º | 0.13% | 0.34% | - |
| HSV(B) | 258.26º | 0.23% | 0.38% | - |
| XYZ | 8.2 | 7.71 | 12.61 | - |
| YUV | 79.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 98 | 0.16 | 0.23 | 0 | 0.62 | 258.26 | 0.13 | 0.34 |
| Hex | 52 | 4B | 62 | 10 | 17 | 0 | 3E | 102 | D | 22 |
| Octal | 122 | 113 | 142 | 20 | 27 | 0 | 76 | 402 | 15 | 42 |
| Binary | 1010010 | 1001011 | 1100010 | 10000 | 10111 | 0 | 111110 | 100000010 | 1101 | 100010 |
Color Harmonies of #524B62
Complementary color
Monochromatic Colors of #524B62
Black with #524B62
Text Example
Text Example
White with #524B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B62; }
p { color: rgb(82,75,98); }
H1.HeaderClassName
{
color: #524B62;
}
.AnyTagClassName
{
color: #524B62;
}
</style>
background-color css
<style>
a { background-color: #524B62; }
a { background-color: rgb(82,75,98); }
div.DivClassName
{
background-color: #524B62;
}
.BgClassName
{
background-color: #524B62;
}
</style>
border-color css
<style>
span { border-color: #524B62; }
span { border-color: rgb(82,75,98); }
td.TdClassName
{
border-color: #524B62;
}
.TagClassName
{
border-color: #524B62;
}
</style>