Shades of Mulled Wine #504E58
Tints of Mulled Wine #504E58
RGB
CMYK
RGB Variations
Color information
#504E58 (or 0x504E58) is known color: Mulled Wine. HEX triplet: 50, 4E and 58. RGB value is (80,78,88). Sum of RGB (Red+Green+Blue) = 80+78+88=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: blue. Hex color #504E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E58 is #AFB1A7. Grayscale: #4F4F4F. Windows color (decimal): -11514280 or 5787216. OLE color: 5787216.
HSL color Cylindrical-coordinate representation of color #504E58: hue angle of 252º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #504E58 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 78 | 88 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.65 |
| HSL | 252º | 0.06% | 0.33% | - |
| HSV(B) | 252º | 0.11% | 0.35% | - |
| XYZ | 7.79 | 7.86 | 10.34 | - |
| YUV | 79.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 88 | 0.09 | 0.11 | 0 | 0.65 | 252 | 0.06 | 0.33 |
| Hex | 50 | 4E | 58 | 9 | B | 0 | 41 | FC | 6 | 21 |
| Octal | 120 | 116 | 130 | 11 | 13 | 0 | 101 | 374 | 6 | 41 |
| Binary | 1010000 | 1001110 | 1011000 | 1001 | 1011 | 0 | 1000001 | 11111100 | 110 | 100001 |
Color Harmonies of #504E58
Complementary color
Monochromatic Colors of #504E58
Black with #504E58
Text Example
Text Example
White with #504E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E58; }
p { color: rgb(80,78,88); }
H1.HeaderClassName
{
color: #504E58;
}
.AnyTagClassName
{
color: #504E58;
}
</style>
background-color css
<style>
a { background-color: #504E58; }
a { background-color: rgb(80,78,88); }
div.DivClassName
{
background-color: #504E58;
}
.BgClassName
{
background-color: #504E58;
}
</style>
border-color css
<style>
span { border-color: #504E58; }
span { border-color: rgb(80,78,88); }
td.TdClassName
{
border-color: #504E58;
}
.TagClassName
{
border-color: #504E58;
}
</style>