Shades of Mulled Wine #524A67
Tints of Mulled Wine #524A67
RGB
CMYK
RGB Variations
Color information
#524A67 (or 0x524A67) is known color: Mulled Wine. HEX triplet: 52, 4A and 67. RGB value is (82,74,103). Sum of RGB (Red+Green+Blue) = 82+74+103=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 103 - color contains mainly: blue. Hex color #524A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A67 is #ADB598. Grayscale: #4F4F4F. Windows color (decimal): -11384217 or 6769234. OLE color: 6769234.
HSL color Cylindrical-coordinate representation of color #524A67: hue angle of 256.55º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #524A67 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 74 | 103 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.60 |
| HSL | 256.55º | 0.16% | 0.35% | - |
| HSV(B) | 256.55º | 0.28% | 0.4% | - |
| XYZ | 8.38 | 7.67 | 13.87 | - |
| YUV | 79.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 103 | 0.20 | 0.28 | 0 | 0.60 | 256.55 | 0.16 | 0.35 |
| Hex | 52 | 4A | 67 | 14 | 1C | 0 | 3C | 101 | 10 | 23 |
| Octal | 122 | 112 | 147 | 24 | 34 | 0 | 74 | 401 | 20 | 43 |
| Binary | 1010010 | 1001010 | 1100111 | 10100 | 11100 | 0 | 111100 | 100000001 | 10000 | 100011 |
Color Harmonies of #524A67
Complementary color
Monochromatic Colors of #524A67
Black with #524A67
Text Example
Text Example
White with #524A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A67; }
p { color: rgb(82,74,103); }
H1.HeaderClassName
{
color: #524A67;
}
.AnyTagClassName
{
color: #524A67;
}
</style>
background-color css
<style>
a { background-color: #524A67; }
a { background-color: rgb(82,74,103); }
div.DivClassName
{
background-color: #524A67;
}
.BgClassName
{
background-color: #524A67;
}
</style>
border-color css
<style>
span { border-color: #524A67; }
span { border-color: rgb(82,74,103); }
td.TdClassName
{
border-color: #524A67;
}
.TagClassName
{
border-color: #524A67;
}
</style>