Shades of Mulled Wine #524E5E
Tints of Mulled Wine #524E5E
RGB
CMYK
RGB Variations
Color information
#524E5E (or 0x524E5E) is known color: Mulled Wine. HEX triplet: 52, 4E and 5E. RGB value is (82,78,94). Sum of RGB (Red+Green+Blue) = 82+78+94=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 94 - color contains mainly: blue. Hex color #524E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E5E is #ADB1A1. Grayscale: #505050. Windows color (decimal): -11383202 or 6180434. OLE color: 6180434.
HSL color Cylindrical-coordinate representation of color #524E5E: hue angle of 255º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #524E5E is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 82 | 78 | 94 | - |
CMYK | 0.13 | 0.17 | 0 | 0.63 |
HSL | 255º | 0.09% | 0.34% | - |
HSV(B) | 255º | 0.17% | 0.37% | - |
XYZ | 8.22 | 8.05 | 11.71 | - |
YUV | 81.02 | 135.33 | 128.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 82 | 78 | 94 | 0.13 | 0.17 | 0 | 0.63 | 255 | 0.09 | 0.34 |
Hex | 52 | 4E | 5E | D | 11 | 0 | 3F | FF | 9 | 22 |
Octal | 122 | 116 | 136 | 15 | 21 | 0 | 77 | 377 | 11 | 42 |
Binary | 1010010 | 1001110 | 1011110 | 1101 | 10001 | 0 | 111111 | 11111111 | 1001 | 100010 |
Color Harmonies of #524E5E
Complementary color
Monochromatic Colors of #524E5E
Black with #524E5E
Text Example
Text Example
White with #524E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524E5E; }
p { color: rgb(82,78,94); }
H1.HeaderClassName
{
color: #524E5E;
}
.AnyTagClassName
{
color: #524E5E;
}
</style>
background-color css
<style>
a { background-color: #524E5E; }
a { background-color: rgb(82,78,94); }
div.DivClassName
{
background-color: #524E5E;
}
.BgClassName
{
background-color: #524E5E;
}
</style>
border-color css
<style>
span { border-color: #524E5E; }
span { border-color: rgb(82,78,94); }
td.TdClassName
{
border-color: #524E5E;
}
.TagClassName
{
border-color: #524E5E;
}
</style>