Shades of Mulled Wine #504C58
Tints of Mulled Wine #504C58
RGB
CMYK
RGB Variations
Color information
#504C58 (or 0x504C58) is known color: Mulled Wine. HEX triplet: 50, 4C and 58. RGB value is (80,76,88). Sum of RGB (Red+Green+Blue) = 80+76+88=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 88 - color contains mainly: blue. Hex color #504C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504C58 is #AFB3A7. Grayscale: #4E4E4E. Windows color (decimal): -11514792 or 5786704. OLE color: 5786704.
HSL color Cylindrical-coordinate representation of color #504C58: hue angle of 260º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #504C58 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 76 | 88 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.65 |
| HSL | 260º | 0.07% | 0.32% | - |
| HSV(B) | 260º | 0.14% | 0.35% | - |
| XYZ | 7.65 | 7.58 | 10.29 | - |
| YUV | 78.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 88 | 0.09 | 0.14 | 0 | 0.65 | 260 | 0.07 | 0.32 |
| Hex | 50 | 4C | 58 | 9 | E | 0 | 41 | 104 | 7 | 20 |
| Octal | 120 | 114 | 130 | 11 | 16 | 0 | 101 | 404 | 7 | 40 |
| Binary | 1010000 | 1001100 | 1011000 | 1001 | 1110 | 0 | 1000001 | 100000100 | 111 | 100000 |
Color Harmonies of #504C58
Complementary color
Monochromatic Colors of #504C58
Black with #504C58
Text Example
Text Example
White with #504C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C58; }
p { color: rgb(80,76,88); }
H1.HeaderClassName
{
color: #504C58;
}
.AnyTagClassName
{
color: #504C58;
}
</style>
background-color css
<style>
a { background-color: #504C58; }
a { background-color: rgb(80,76,88); }
div.DivClassName
{
background-color: #504C58;
}
.BgClassName
{
background-color: #504C58;
}
</style>
border-color css
<style>
span { border-color: #504C58; }
span { border-color: rgb(80,76,88); }
td.TdClassName
{
border-color: #504C58;
}
.TagClassName
{
border-color: #504C58;
}
</style>