Shades of Mulled Wine #524A6A
Tints of Mulled Wine #524A6A
RGB
CMYK
RGB Variations
Color information
#524A6A (or 0x524A6A) is known color: Mulled Wine. HEX triplet: 52, 4A and 6A. RGB value is (82,74,106). Sum of RGB (Red+Green+Blue) = 82+74+106=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 106 - color contains mainly: blue. Hex color #524A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A6A is #ADB595. Grayscale: #4F4F4F. Windows color (decimal): -11384214 or 6965842. OLE color: 6965842.
HSL color Cylindrical-coordinate representation of color #524A6A: hue angle of 255º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #524A6A is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 74 | 106 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.58 |
| HSL | 255º | 0.18% | 0.35% | - |
| HSV(B) | 255º | 0.3% | 0.42% | - |
| XYZ | 8.53 | 7.73 | 14.68 | - |
| YUV | 80.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 106 | 0.23 | 0.30 | 0 | 0.58 | 255 | 0.18 | 0.35 |
| Hex | 52 | 4A | 6A | 17 | 1E | 0 | 3A | FF | 12 | 23 |
| Octal | 122 | 112 | 152 | 27 | 36 | 0 | 72 | 377 | 22 | 43 |
| Binary | 1010010 | 1001010 | 1101010 | 10111 | 11110 | 0 | 111010 | 11111111 | 10010 | 100011 |
Color Harmonies of #524A6A
Complementary color
Monochromatic Colors of #524A6A
Black with #524A6A
Text Example
Text Example
White with #524A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A6A; }
p { color: rgb(82,74,106); }
H1.HeaderClassName
{
color: #524A6A;
}
.AnyTagClassName
{
color: #524A6A;
}
</style>
background-color css
<style>
a { background-color: #524A6A; }
a { background-color: rgb(82,74,106); }
div.DivClassName
{
background-color: #524A6A;
}
.BgClassName
{
background-color: #524A6A;
}
</style>
border-color css
<style>
span { border-color: #524A6A; }
span { border-color: rgb(82,74,106); }
td.TdClassName
{
border-color: #524A6A;
}
.TagClassName
{
border-color: #524A6A;
}
</style>