Shades of Mulled Wine #584D65
Tints of Mulled Wine #584D65
RGB
CMYK
RGB Variations
Color information
#584D65 (or 0x584D65) is known color: Mulled Wine. HEX triplet: 58, 4D and 65. RGB value is (88,77,101). Sum of RGB (Red+Green+Blue) = 88+77+101=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 101 - color contains mainly: blue. Hex color #584D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D65 is #A7B29A. Grayscale: #525252. Windows color (decimal): -10990235 or 6638936. OLE color: 6638936.
HSL color Cylindrical-coordinate representation of color #584D65: hue angle of 267.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #584D65 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 77 | 101 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.60 |
| HSL | 267.5º | 0.13% | 0.35% | - |
| HSV(B) | 267.5º | 0.24% | 0.4% | - |
| XYZ | 9.03 | 8.32 | 13.44 | - |
| YUV | 83.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 101 | 0.13 | 0.24 | 0 | 0.60 | 267.5 | 0.13 | 0.35 |
| Hex | 58 | 4D | 65 | D | 18 | 0 | 3C | 10C | D | 23 |
| Octal | 130 | 115 | 145 | 15 | 30 | 0 | 74 | 414 | 15 | 43 |
| Binary | 1011000 | 1001101 | 1100101 | 1101 | 11000 | 0 | 111100 | 100001100 | 1101 | 100011 |
Color Harmonies of #584D65
Complementary color
Monochromatic Colors of #584D65
Black with #584D65
Text Example
Text Example
White with #584D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D65; }
p { color: rgb(88,77,101); }
H1.HeaderClassName
{
color: #584D65;
}
.AnyTagClassName
{
color: #584D65;
}
</style>
background-color css
<style>
a { background-color: #584D65; }
a { background-color: rgb(88,77,101); }
div.DivClassName
{
background-color: #584D65;
}
.BgClassName
{
background-color: #584D65;
}
</style>
border-color css
<style>
span { border-color: #584D65; }
span { border-color: rgb(88,77,101); }
td.TdClassName
{
border-color: #584D65;
}
.TagClassName
{
border-color: #584D65;
}
</style>