Shades of Mulled Wine #524F55
Tints of Mulled Wine #524F55
RGB
CMYK
RGB Variations
Color information
#524F55 (or 0x524F55) is known color: Mulled Wine. HEX triplet: 52, 4F and 55. RGB value is (82,79,85). Sum of RGB (Red+Green+Blue) = 82+79+85=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 85 - color contains mainly: blue. Hex color #524F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F55 is #ADB0AA. Grayscale: #505050. Windows color (decimal): -11382955 or 5590866. OLE color: 5590866.
HSL color Cylindrical-coordinate representation of color #524F55: hue angle of 270º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #524F55 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 79 | 85 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.67 |
| HSL | 270º | 0.04% | 0.32% | - |
| HSV(B) | 270º | 0.07% | 0.33% | - |
| XYZ | 7.92 | 8.04 | 9.73 | - |
| YUV | 80.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 85 | 0.04 | 0.07 | 0 | 0.67 | 270 | 0.04 | 0.32 |
| Hex | 52 | 4F | 55 | 4 | 7 | 0 | 43 | 10E | 4 | 20 |
| Octal | 122 | 117 | 125 | 4 | 7 | 0 | 103 | 416 | 4 | 40 |
| Binary | 1010010 | 1001111 | 1010101 | 100 | 111 | 0 | 1000011 | 100001110 | 100 | 100000 |
Color Harmonies of #524F55
Complementary color
Monochromatic Colors of #524F55
Black with #524F55
Text Example
Text Example
White with #524F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F55; }
p { color: rgb(82,79,85); }
H1.HeaderClassName
{
color: #524F55;
}
.AnyTagClassName
{
color: #524F55;
}
</style>
background-color css
<style>
a { background-color: #524F55; }
a { background-color: rgb(82,79,85); }
div.DivClassName
{
background-color: #524F55;
}
.BgClassName
{
background-color: #524F55;
}
</style>
border-color css
<style>
span { border-color: #524F55; }
span { border-color: rgb(82,79,85); }
td.TdClassName
{
border-color: #524F55;
}
.TagClassName
{
border-color: #524F55;
}
</style>