Shades of Mulled Wine #504C55
Tints of Mulled Wine #504C55
RGB
CMYK
RGB Variations
Color information
#504C55 (or 0x504C55) is known color: Mulled Wine. HEX triplet: 50, 4C and 55. RGB value is (80,76,85). Sum of RGB (Red+Green+Blue) = 80+76+85=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 85 - color contains mainly: blue. Hex color #504C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504C55 is #AFB3AA. Grayscale: #4E4E4E. Windows color (decimal): -11514795 or 5590096. OLE color: 5590096.
HSL color Cylindrical-coordinate representation of color #504C55: hue angle of 266.67º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #504C55 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 76 | 85 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.67 |
| HSL | 266.67º | 0.06% | 0.32% | - |
| HSV(B) | 266.67º | 0.11% | 0.33% | - |
| XYZ | 7.53 | 7.53 | 9.65 | - |
| YUV | 78.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 85 | 0.06 | 0.11 | 0 | 0.67 | 266.67 | 0.06 | 0.32 |
| Hex | 50 | 4C | 55 | 6 | B | 0 | 43 | 10B | 6 | 20 |
| Octal | 120 | 114 | 125 | 6 | 13 | 0 | 103 | 413 | 6 | 40 |
| Binary | 1010000 | 1001100 | 1010101 | 110 | 1011 | 0 | 1000011 | 100001011 | 110 | 100000 |
Color Harmonies of #504C55
Complementary color
Monochromatic Colors of #504C55
Black with #504C55
Text Example
Text Example
White with #504C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C55; }
p { color: rgb(80,76,85); }
H1.HeaderClassName
{
color: #504C55;
}
.AnyTagClassName
{
color: #504C55;
}
</style>
background-color css
<style>
a { background-color: #504C55; }
a { background-color: rgb(80,76,85); }
div.DivClassName
{
background-color: #504C55;
}
.BgClassName
{
background-color: #504C55;
}
</style>
border-color css
<style>
span { border-color: #504C55; }
span { border-color: rgb(80,76,85); }
td.TdClassName
{
border-color: #504C55;
}
.TagClassName
{
border-color: #504C55;
}
</style>