Shades of Mulled Wine #524C5B
Tints of Mulled Wine #524C5B
RGB
CMYK
RGB Variations
Color information
#524C5B (or 0x524C5B) is known color: Mulled Wine. HEX triplet: 52, 4C and 5B. RGB value is (82,76,91). Sum of RGB (Red+Green+Blue) = 82+76+91=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 91 - color contains mainly: blue. Hex color #524C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C5B is #ADB3A4. Grayscale: #4F4F4F. Windows color (decimal): -11383717 or 5983314. OLE color: 5983314.
HSL color Cylindrical-coordinate representation of color #524C5B: hue angle of 264º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #524C5B is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 76 | 91 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.64 |
| HSL | 264º | 0.09% | 0.33% | - |
| HSV(B) | 264º | 0.16% | 0.36% | - |
| XYZ | 7.95 | 7.72 | 10.97 | - |
| YUV | 79.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 91 | 0.10 | 0.16 | 0 | 0.64 | 264 | 0.09 | 0.33 |
| Hex | 52 | 4C | 5B | A | 10 | 0 | 40 | 108 | 9 | 21 |
| Octal | 122 | 114 | 133 | 12 | 20 | 0 | 100 | 410 | 11 | 41 |
| Binary | 1010010 | 1001100 | 1011011 | 1010 | 10000 | 0 | 1000000 | 100001000 | 1001 | 100001 |
Color Harmonies of #524C5B
Complementary color
Monochromatic Colors of #524C5B
Black with #524C5B
Text Example
Text Example
White with #524C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C5B; }
p { color: rgb(82,76,91); }
H1.HeaderClassName
{
color: #524C5B;
}
.AnyTagClassName
{
color: #524C5B;
}
</style>
background-color css
<style>
a { background-color: #524C5B; }
a { background-color: rgb(82,76,91); }
div.DivClassName
{
background-color: #524C5B;
}
.BgClassName
{
background-color: #524C5B;
}
</style>
border-color css
<style>
span { border-color: #524C5B; }
span { border-color: rgb(82,76,91); }
td.TdClassName
{
border-color: #524C5B;
}
.TagClassName
{
border-color: #524C5B;
}
</style>