Shades of Mulled Wine #524B57
Tints of Mulled Wine #524B57
RGB
CMYK
RGB Variations
Color information
#524B57 (or 0x524B57) is known color: Mulled Wine. HEX triplet: 52, 4B and 57. RGB value is (82,75,87). Sum of RGB (Red+Green+Blue) = 82+75+87=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 87 - color contains mainly: blue. Hex color #524B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524B57 is #ADB4A8. Grayscale: #4E4E4E. Windows color (decimal): -11383977 or 5720914. OLE color: 5720914.
HSL color Cylindrical-coordinate representation of color #524B57: hue angle of 275º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #524B57 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 75 | 87 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.66 |
| HSL | 275º | 0.07% | 0.32% | - |
| HSV(B) | 275º | 0.14% | 0.34% | - |
| XYZ | 7.72 | 7.51 | 10.06 | - |
| YUV | 78.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 87 | 0.06 | 0.14 | 0 | 0.66 | 275 | 0.07 | 0.32 |
| Hex | 52 | 4B | 57 | 6 | E | 0 | 42 | 113 | 7 | 20 |
| Octal | 122 | 113 | 127 | 6 | 16 | 0 | 102 | 423 | 7 | 40 |
| Binary | 1010010 | 1001011 | 1010111 | 110 | 1110 | 0 | 1000010 | 100010011 | 111 | 100000 |
Color Harmonies of #524B57
Complementary color
Monochromatic Colors of #524B57
Black with #524B57
Text Example
Text Example
White with #524B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B57; }
p { color: rgb(82,75,87); }
H1.HeaderClassName
{
color: #524B57;
}
.AnyTagClassName
{
color: #524B57;
}
</style>
background-color css
<style>
a { background-color: #524B57; }
a { background-color: rgb(82,75,87); }
div.DivClassName
{
background-color: #524B57;
}
.BgClassName
{
background-color: #524B57;
}
</style>
border-color css
<style>
span { border-color: #524B57; }
span { border-color: rgb(82,75,87); }
td.TdClassName
{
border-color: #524B57;
}
.TagClassName
{
border-color: #524B57;
}
</style>