Shades of Mulled Wine #4D425C
Tints of Mulled Wine #4D425C
RGB
CMYK
RGB Variations
Color information
#4D425C (or 0x4D425C) is known color: Mulled Wine. HEX triplet: 4D, 42 and 5C. RGB value is (77,66,92). Sum of RGB (Red+Green+Blue) = 77+66+92=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D425C is #B2BDA3. Grayscale: #484848. Windows color (decimal): -11713956 or 6046285. OLE color: 6046285.
HSL color Cylindrical-coordinate representation of color #4D425C: hue angle of 265.38º 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 #4D425C is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 66 | 92 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.64 |
| HSL | 265.38º | 0.16% | 0.31% | - |
| HSV(B) | 265.38º | 0.28% | 0.36% | - |
| XYZ | 6.94 | 6.25 | 10.97 | - |
| YUV | 72.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 92 | 0.16 | 0.28 | 0 | 0.64 | 265.38 | 0.16 | 0.31 |
| Hex | 4D | 42 | 5C | 10 | 1C | 0 | 40 | 109 | 10 | 1F |
| Octal | 115 | 102 | 134 | 20 | 34 | 0 | 100 | 411 | 20 | 37 |
| Binary | 1001101 | 1000010 | 1011100 | 10000 | 11100 | 0 | 1000000 | 100001001 | 10000 | 11111 |
Color Harmonies of #4D425C
Complementary color
Monochromatic Colors of #4D425C
Black with #4D425C
Text Example
Text Example
White with #4D425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D425C; }
p { color: rgb(77,66,92); }
H1.HeaderClassName
{
color: #4D425C;
}
.AnyTagClassName
{
color: #4D425C;
}
</style>
background-color css
<style>
a { background-color: #4D425C; }
a { background-color: rgb(77,66,92); }
div.DivClassName
{
background-color: #4D425C;
}
.BgClassName
{
background-color: #4D425C;
}
</style>
border-color css
<style>
span { border-color: #4D425C; }
span { border-color: rgb(77,66,92); }
td.TdClassName
{
border-color: #4D425C;
}
.TagClassName
{
border-color: #4D425C;
}
</style>