Shades of Mulled Wine #504955
Tints of Mulled Wine #504955
RGB
CMYK
RGB Variations
Color information
#504955 (or 0x504955) is known color: Mulled Wine. HEX triplet: 50, 49 and 55. RGB value is (80,73,85). Sum of RGB (Red+Green+Blue) = 80+73+85=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: blue. Hex color #504955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504955 is #AFB6AA. Grayscale: #4C4C4C. Windows color (decimal): -11515563 or 5589328. OLE color: 5589328.
HSL color Cylindrical-coordinate representation of color #504955: hue angle of 275º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #504955 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 73 | 85 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.67 |
| HSL | 275º | 0.08% | 0.31% | - |
| HSV(B) | 275º | 0.14% | 0.33% | - |
| XYZ | 7.33 | 7.13 | 9.58 | - |
| YUV | 76.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 85 | 0.06 | 0.14 | 0 | 0.67 | 275 | 0.08 | 0.31 |
| Hex | 50 | 49 | 55 | 6 | E | 0 | 43 | 113 | 8 | 1F |
| Octal | 120 | 111 | 125 | 6 | 16 | 0 | 103 | 423 | 10 | 37 |
| Binary | 1010000 | 1001001 | 1010101 | 110 | 1110 | 0 | 1000011 | 100010011 | 1000 | 11111 |
Color Harmonies of #504955
Complementary color
Monochromatic Colors of #504955
Black with #504955
Text Example
Text Example
White with #504955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504955; }
p { color: rgb(80,73,85); }
H1.HeaderClassName
{
color: #504955;
}
.AnyTagClassName
{
color: #504955;
}
</style>
background-color css
<style>
a { background-color: #504955; }
a { background-color: rgb(80,73,85); }
div.DivClassName
{
background-color: #504955;
}
.BgClassName
{
background-color: #504955;
}
</style>
border-color css
<style>
span { border-color: #504955; }
span { border-color: rgb(80,73,85); }
td.TdClassName
{
border-color: #504955;
}
.TagClassName
{
border-color: #504955;
}
</style>