Shades of Mulled Wine #504061
Tints of Mulled Wine #504061
RGB
CMYK
RGB Variations
Color information
#504061 (or 0x504061) is known color: Mulled Wine. HEX triplet: 50, 40 and 61. RGB value is (80,64,97). Sum of RGB (Red+Green+Blue) = 80+64+97=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #504061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504061 is #AFBF9E. Grayscale: #484848. Windows color (decimal): -11517855 or 6373456. OLE color: 6373456.
HSL color Cylindrical-coordinate representation of color #504061: hue angle of 269.09º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #504061 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 64 | 97 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.62 |
| HSL | 269.09º | 0.2% | 0.32% | - |
| HSV(B) | 269.09º | 0.34% | 0.38% | - |
| XYZ | 7.3 | 6.24 | 12.13 | - |
| YUV | 72.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 97 | 0.18 | 0.34 | 0 | 0.62 | 269.09 | 0.2 | 0.32 |
| Hex | 50 | 40 | 61 | 12 | 22 | 0 | 3E | 10D | 14 | 20 |
| Octal | 120 | 100 | 141 | 22 | 42 | 0 | 76 | 415 | 24 | 40 |
| Binary | 1010000 | 1000000 | 1100001 | 10010 | 100010 | 0 | 111110 | 100001101 | 10100 | 100000 |
Color Harmonies of #504061
Complementary color
Monochromatic Colors of #504061
Black with #504061
Text Example
Text Example
White with #504061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504061; }
p { color: rgb(80,64,97); }
H1.HeaderClassName
{
color: #504061;
}
.AnyTagClassName
{
color: #504061;
}
</style>
background-color css
<style>
a { background-color: #504061; }
a { background-color: rgb(80,64,97); }
div.DivClassName
{
background-color: #504061;
}
.BgClassName
{
background-color: #504061;
}
</style>
border-color css
<style>
span { border-color: #504061; }
span { border-color: rgb(80,64,97); }
td.TdClassName
{
border-color: #504061;
}
.TagClassName
{
border-color: #504061;
}
</style>