Shades of Mulled Wine #4D415D
Tints of Mulled Wine #4D415D
RGB
CMYK
RGB Variations
Color information
#4D415D (or 0x4D415D) is known color: Mulled Wine. HEX triplet: 4D, 41 and 5D. RGB value is (77,65,93). Sum of RGB (Red+Green+Blue) = 77+65+93=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D415D is #B2BEA2. Grayscale: #474747. Windows color (decimal): -11714211 or 6111565. OLE color: 6111565.
HSL color Cylindrical-coordinate representation of color #4D415D: hue angle of 265.71º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D415D is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 65 | 93 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.64 |
| HSL | 265.71º | 0.18% | 0.31% | - |
| HSV(B) | 265.71º | 0.3% | 0.36% | - |
| XYZ | 6.93 | 6.15 | 11.18 | - |
| YUV | 71.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 93 | 0.17 | 0.30 | 0 | 0.64 | 265.71 | 0.18 | 0.31 |
| Hex | 4D | 41 | 5D | 11 | 1E | 0 | 40 | 10A | 12 | 1F |
| Octal | 115 | 101 | 135 | 21 | 36 | 0 | 100 | 412 | 22 | 37 |
| Binary | 1001101 | 1000001 | 1011101 | 10001 | 11110 | 0 | 1000000 | 100001010 | 10010 | 11111 |
Color Harmonies of #4D415D
Complementary color
Monochromatic Colors of #4D415D
Black with #4D415D
Text Example
Text Example
White with #4D415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D415D; }
p { color: rgb(77,65,93); }
H1.HeaderClassName
{
color: #4D415D;
}
.AnyTagClassName
{
color: #4D415D;
}
</style>
background-color css
<style>
a { background-color: #4D415D; }
a { background-color: rgb(77,65,93); }
div.DivClassName
{
background-color: #4D415D;
}
.BgClassName
{
background-color: #4D415D;
}
</style>
border-color css
<style>
span { border-color: #4D415D; }
span { border-color: rgb(77,65,93); }
td.TdClassName
{
border-color: #4D415D;
}
.TagClassName
{
border-color: #4D415D;
}
</style>