Shades of Mulled Wine #504060
Tints of Mulled Wine #504060
RGB
CMYK
RGB Variations
Color information
#504060 (or 0x504060) is known color: Mulled Wine. HEX triplet: 50, 40 and 60. RGB value is (80,64,96). Sum of RGB (Red+Green+Blue) = 80+64+96=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #504060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504060 is #AFBF9F. Grayscale: #484848. Windows color (decimal): -11517856 or 6307920. OLE color: 6307920.
HSL color Cylindrical-coordinate representation of color #504060: hue angle of 270º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #504060 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 64 | 96 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.62 |
| HSL | 270º | 0.2% | 0.31% | - |
| HSV(B) | 270º | 0.33% | 0.38% | - |
| XYZ | 7.25 | 6.22 | 11.88 | - |
| YUV | 72.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 96 | 0.17 | 0.33 | 0 | 0.62 | 270 | 0.2 | 0.31 |
| Hex | 50 | 40 | 60 | 11 | 21 | 0 | 3E | 10E | 14 | 1F |
| Octal | 120 | 100 | 140 | 21 | 41 | 0 | 76 | 416 | 24 | 37 |
| Binary | 1010000 | 1000000 | 1100000 | 10001 | 100001 | 0 | 111110 | 100001110 | 10100 | 11111 |
Color Harmonies of #504060
Complementary color
Monochromatic Colors of #504060
Black with #504060
Text Example
Text Example
White with #504060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504060; }
p { color: rgb(80,64,96); }
H1.HeaderClassName
{
color: #504060;
}
.AnyTagClassName
{
color: #504060;
}
</style>
background-color css
<style>
a { background-color: #504060; }
a { background-color: rgb(80,64,96); }
div.DivClassName
{
background-color: #504060;
}
.BgClassName
{
background-color: #504060;
}
</style>
border-color css
<style>
span { border-color: #504060; }
span { border-color: rgb(80,64,96); }
td.TdClassName
{
border-color: #504060;
}
.TagClassName
{
border-color: #504060;
}
</style>