Shades of Mulled Wine #524E5D
Tints of Mulled Wine #524E5D
RGB
CMYK
RGB Variations
Color information
#524E5D (or 0x524E5D) is known color: Mulled Wine. HEX triplet: 52, 4E and 5D. RGB value is (82,78,93). Sum of RGB (Red+Green+Blue) = 82+78+93=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: blue. Hex color #524E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E5D is #ADB1A2. Grayscale: #505050. Windows color (decimal): -11383203 or 6114898. OLE color: 6114898.
HSL color Cylindrical-coordinate representation of color #524E5D: hue angle of 256º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #524E5D is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 82 | 78 | 93 | - |
CMYK | 0.12 | 0.16 | 0 | 0.64 |
HSL | 256º | 0.09% | 0.34% | - |
HSV(B) | 256º | 0.16% | 0.36% | - |
XYZ | 8.18 | 8.03 | 11.48 | - |
YUV | 80.91 | 134.83 | 128.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 82 | 78 | 93 | 0.12 | 0.16 | 0 | 0.64 | 256 | 0.09 | 0.34 |
Hex | 52 | 4E | 5D | C | 10 | 0 | 40 | 100 | 9 | 22 |
Octal | 122 | 116 | 135 | 14 | 20 | 0 | 100 | 400 | 11 | 42 |
Binary | 1010010 | 1001110 | 1011101 | 1100 | 10000 | 0 | 1000000 | 100000000 | 1001 | 100010 |
Color Harmonies of #524E5D
Complementary color
Monochromatic Colors of #524E5D
Black with #524E5D
Text Example
Text Example
White with #524E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524E5D; }
p { color: rgb(82,78,93); }
H1.HeaderClassName
{
color: #524E5D;
}
.AnyTagClassName
{
color: #524E5D;
}
</style>
background-color css
<style>
a { background-color: #524E5D; }
a { background-color: rgb(82,78,93); }
div.DivClassName
{
background-color: #524E5D;
}
.BgClassName
{
background-color: #524E5D;
}
</style>
border-color css
<style>
span { border-color: #524E5D; }
span { border-color: rgb(82,78,93); }
td.TdClassName
{
border-color: #524E5D;
}
.TagClassName
{
border-color: #524E5D;
}
</style>