Shades of Mulled Wine #524F57
Tints of Mulled Wine #524F57
RGB
CMYK
RGB Variations
Color information
#524F57 (or 0x524F57) is known color: Mulled Wine. HEX triplet: 52, 4F and 57. RGB value is (82,79,87). Sum of RGB (Red+Green+Blue) = 82+79+87=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 87 - color contains mainly: blue. Hex color #524F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F57 is #ADB0A8. Grayscale: #505050. Windows color (decimal): -11382953 or 5721938. OLE color: 5721938.
HSL color Cylindrical-coordinate representation of color #524F57: hue angle of 262.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #524F57 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 79 | 87 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.66 |
| HSL | 262.5º | 0.05% | 0.33% | - |
| HSV(B) | 262.5º | 0.09% | 0.34% | - |
| XYZ | 8 | 8.07 | 10.15 | - |
| YUV | 80.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 87 | 0.06 | 0.09 | 0 | 0.66 | 262.5 | 0.05 | 0.33 |
| Hex | 52 | 4F | 57 | 6 | 9 | 0 | 42 | 106 | 5 | 21 |
| Octal | 122 | 117 | 127 | 6 | 11 | 0 | 102 | 406 | 5 | 41 |
| Binary | 1010010 | 1001111 | 1010111 | 110 | 1001 | 0 | 1000010 | 100000110 | 101 | 100001 |
Color Harmonies of #524F57
Complementary color
Monochromatic Colors of #524F57
Black with #524F57
Text Example
Text Example
White with #524F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F57; }
p { color: rgb(82,79,87); }
H1.HeaderClassName
{
color: #524F57;
}
.AnyTagClassName
{
color: #524F57;
}
</style>
background-color css
<style>
a { background-color: #524F57; }
a { background-color: rgb(82,79,87); }
div.DivClassName
{
background-color: #524F57;
}
.BgClassName
{
background-color: #524F57;
}
</style>
border-color css
<style>
span { border-color: #524F57; }
span { border-color: rgb(82,79,87); }
td.TdClassName
{
border-color: #524F57;
}
.TagClassName
{
border-color: #524F57;
}
</style>