Shades of Mulled Wine #4D405C
Tints of Mulled Wine #4D405C
RGB
CMYK
RGB Variations
Color information
#4D405C (or 0x4D405C) is known color: Mulled Wine. HEX triplet: 4D, 40 and 5C. RGB value is (77,64,92). Sum of RGB (Red+Green+Blue) = 77+64+92=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D405C is #B2BFA3. Grayscale: #464646. Windows color (decimal): -11714468 or 6045773. OLE color: 6045773.
HSL color Cylindrical-coordinate representation of color #4D405C: hue angle of 267.86º 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 #4D405C is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 64 | 92 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.64 |
| HSL | 267.86º | 0.18% | 0.31% | - |
| HSV(B) | 267.86º | 0.3% | 0.36% | - |
| XYZ | 6.83 | 6.02 | 10.93 | - |
| YUV | 71.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 92 | 0.16 | 0.30 | 0 | 0.64 | 267.86 | 0.18 | 0.31 |
| Hex | 4D | 40 | 5C | 10 | 1E | 0 | 40 | 10C | 12 | 1F |
| Octal | 115 | 100 | 134 | 20 | 36 | 0 | 100 | 414 | 22 | 37 |
| Binary | 1001101 | 1000000 | 1011100 | 10000 | 11110 | 0 | 1000000 | 100001100 | 10010 | 11111 |
Color Harmonies of #4D405C
Complementary color
Monochromatic Colors of #4D405C
Black with #4D405C
Text Example
Text Example
White with #4D405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D405C; }
p { color: rgb(77,64,92); }
H1.HeaderClassName
{
color: #4D405C;
}
.AnyTagClassName
{
color: #4D405C;
}
</style>
background-color css
<style>
a { background-color: #4D405C; }
a { background-color: rgb(77,64,92); }
div.DivClassName
{
background-color: #4D405C;
}
.BgClassName
{
background-color: #4D405C;
}
</style>
border-color css
<style>
span { border-color: #4D405C; }
span { border-color: rgb(77,64,92); }
td.TdClassName
{
border-color: #4D405C;
}
.TagClassName
{
border-color: #4D405C;
}
</style>