Shades of Mulled Wine #504957
Tints of Mulled Wine #504957
RGB
CMYK
RGB Variations
Color information
#504957 (or 0x504957) is known color: Mulled Wine. HEX triplet: 50, 49 and 57. RGB value is (80,73,87). Sum of RGB (Red+Green+Blue) = 80+73+87=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 87 - color contains mainly: blue. Hex color #504957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504957 is #AFB6A8. Grayscale: #4C4C4C. Windows color (decimal): -11515561 or 5720400. OLE color: 5720400.
HSL color Cylindrical-coordinate representation of color #504957: hue angle of 270º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #504957 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 73 | 87 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.66 |
| HSL | 270º | 0.09% | 0.31% | - |
| HSV(B) | 270º | 0.16% | 0.34% | - |
| XYZ | 7.41 | 7.16 | 10.01 | - |
| YUV | 76.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 87 | 0.08 | 0.16 | 0 | 0.66 | 270 | 0.09 | 0.31 |
| Hex | 50 | 49 | 57 | 8 | 10 | 0 | 42 | 10E | 9 | 1F |
| Octal | 120 | 111 | 127 | 10 | 20 | 0 | 102 | 416 | 11 | 37 |
| Binary | 1010000 | 1001001 | 1010111 | 1000 | 10000 | 0 | 1000010 | 100001110 | 1001 | 11111 |
Color Harmonies of #504957
Complementary color
Monochromatic Colors of #504957
Black with #504957
Text Example
Text Example
White with #504957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504957; }
p { color: rgb(80,73,87); }
H1.HeaderClassName
{
color: #504957;
}
.AnyTagClassName
{
color: #504957;
}
</style>
background-color css
<style>
a { background-color: #504957; }
a { background-color: rgb(80,73,87); }
div.DivClassName
{
background-color: #504957;
}
.BgClassName
{
background-color: #504957;
}
</style>
border-color css
<style>
span { border-color: #504957; }
span { border-color: rgb(80,73,87); }
td.TdClassName
{
border-color: #504957;
}
.TagClassName
{
border-color: #504957;
}
</style>