Shades of Mulled Wine #49425C
Tints of Mulled Wine #49425C
RGB
CMYK
RGB Variations
Color information
#49425C (or 0x49425C) is known color: Mulled Wine. HEX triplet: 49, 42 and 5C. RGB value is (73,66,92). Sum of RGB (Red+Green+Blue) = 73+66+92=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #49425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49425C is #B6BDA3. Grayscale: #464646. Windows color (decimal): -11976100 or 6046281. OLE color: 6046281.
HSL color Cylindrical-coordinate representation of color #49425C: hue angle of 256.15º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49425C is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 66 | 92 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.64 |
| HSL | 256.15º | 0.16% | 0.31% | - |
| HSV(B) | 256.15º | 0.28% | 0.36% | - |
| XYZ | 6.63 | 6.09 | 10.95 | - |
| YUV | 71.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 66 | 92 | 0.21 | 0.28 | 0 | 0.64 | 256.15 | 0.16 | 0.31 |
| Hex | 49 | 42 | 5C | 15 | 1C | 0 | 40 | 100 | 10 | 1F |
| Octal | 111 | 102 | 134 | 25 | 34 | 0 | 100 | 400 | 20 | 37 |
| Binary | 1001001 | 1000010 | 1011100 | 10101 | 11100 | 0 | 1000000 | 100000000 | 10000 | 11111 |
Color Harmonies of #49425C
Complementary color
Monochromatic Colors of #49425C
Black with #49425C
Text Example
Text Example
White with #49425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49425C; }
p { color: rgb(73,66,92); }
H1.HeaderClassName
{
color: #49425C;
}
.AnyTagClassName
{
color: #49425C;
}
</style>
background-color css
<style>
a { background-color: #49425C; }
a { background-color: rgb(73,66,92); }
div.DivClassName
{
background-color: #49425C;
}
.BgClassName
{
background-color: #49425C;
}
</style>
border-color css
<style>
span { border-color: #49425C; }
span { border-color: rgb(73,66,92); }
td.TdClassName
{
border-color: #49425C;
}
.TagClassName
{
border-color: #49425C;
}
</style>