Shades of Mulled Wine #493F57
Tints of Mulled Wine #493F57
RGB
CMYK
RGB Variations
Color information
#493F57 (or 0x493F57) is known color: Mulled Wine. HEX triplet: 49, 3F and 57. RGB value is (73,63,87). Sum of RGB (Red+Green+Blue) = 73+63+87=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #493F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F57 is #B6C0A8. Grayscale: #444444. Windows color (decimal): -11976873 or 5717833. OLE color: 5717833.
HSL color Cylindrical-coordinate representation of color #493F57: hue angle of 265º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #493F57 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 63 | 87 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.66 |
| HSL | 265º | 0.16% | 0.29% | - |
| HSV(B) | 265º | 0.28% | 0.34% | - |
| XYZ | 6.25 | 5.66 | 9.78 | - |
| YUV | 68.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 87 | 0.16 | 0.28 | 0 | 0.66 | 265 | 0.16 | 0.29 |
| Hex | 49 | 3F | 57 | 10 | 1C | 0 | 42 | 109 | 10 | 1D |
| Octal | 111 | 77 | 127 | 20 | 34 | 0 | 102 | 411 | 20 | 35 |
| Binary | 1001001 | 111111 | 1010111 | 10000 | 11100 | 0 | 1000010 | 100001001 | 10000 | 11101 |
Color Harmonies of #493F57
Complementary color
Monochromatic Colors of #493F57
Black with #493F57
Text Example
Text Example
White with #493F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F57; }
p { color: rgb(73,63,87); }
H1.HeaderClassName
{
color: #493F57;
}
.AnyTagClassName
{
color: #493F57;
}
</style>
background-color css
<style>
a { background-color: #493F57; }
a { background-color: rgb(73,63,87); }
div.DivClassName
{
background-color: #493F57;
}
.BgClassName
{
background-color: #493F57;
}
</style>
border-color css
<style>
span { border-color: #493F57; }
span { border-color: rgb(73,63,87); }
td.TdClassName
{
border-color: #493F57;
}
.TagClassName
{
border-color: #493F57;
}
</style>