Shades of Mulled Wine #524262
Tints of Mulled Wine #524262
RGB
CMYK
RGB Variations
Color information
#524262 (or 0x524262) is known color: Mulled Wine. HEX triplet: 52, 42 and 62. RGB value is (82,66,98). Sum of RGB (Red+Green+Blue) = 82+66+98=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #524262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524262 is #ADBD9D. Grayscale: #4A4A4A. Windows color (decimal): -11386270 or 6439506. OLE color: 6439506.
HSL color Cylindrical-coordinate representation of color #524262: hue angle of 270º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #524262 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 66 | 98 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.62 |
| HSL | 270º | 0.2% | 0.32% | - |
| HSV(B) | 270º | 0.33% | 0.38% | - |
| XYZ | 7.63 | 6.57 | 12.42 | - |
| YUV | 74.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 98 | 0.16 | 0.33 | 0 | 0.62 | 270 | 0.2 | 0.32 |
| Hex | 52 | 42 | 62 | 10 | 21 | 0 | 3E | 10E | 14 | 20 |
| Octal | 122 | 102 | 142 | 20 | 41 | 0 | 76 | 416 | 24 | 40 |
| Binary | 1010010 | 1000010 | 1100010 | 10000 | 100001 | 0 | 111110 | 100001110 | 10100 | 100000 |
Color Harmonies of #524262
Complementary color
Monochromatic Colors of #524262
Black with #524262
Text Example
Text Example
White with #524262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524262; }
p { color: rgb(82,66,98); }
H1.HeaderClassName
{
color: #524262;
}
.AnyTagClassName
{
color: #524262;
}
</style>
background-color css
<style>
a { background-color: #524262; }
a { background-color: rgb(82,66,98); }
div.DivClassName
{
background-color: #524262;
}
.BgClassName
{
background-color: #524262;
}
</style>
border-color css
<style>
span { border-color: #524262; }
span { border-color: rgb(82,66,98); }
td.TdClassName
{
border-color: #524262;
}
.TagClassName
{
border-color: #524262;
}
</style>