Shades of Mulled Wine #584A65
Tints of Mulled Wine #584A65
RGB
CMYK
RGB Variations
Color information
#584A65 (or 0x584A65) is known color: Mulled Wine. HEX triplet: 58, 4A and 65. RGB value is (88,74,101). Sum of RGB (Red+Green+Blue) = 88+74+101=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 101 - color contains mainly: blue. Hex color #584A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A65 is #A7B59A. Grayscale: #515151. Windows color (decimal): -10991003 or 6638168. OLE color: 6638168.
HSL color Cylindrical-coordinate representation of color #584A65: hue angle of 271.11º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #584A65 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 74 | 101 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.60 |
| HSL | 271.11º | 0.15% | 0.34% | - |
| HSV(B) | 271.11º | 0.27% | 0.4% | - |
| XYZ | 8.82 | 7.91 | 13.37 | - |
| YUV | 81.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 101 | 0.13 | 0.27 | 0 | 0.60 | 271.11 | 0.15 | 0.34 |
| Hex | 58 | 4A | 65 | D | 1B | 0 | 3C | 10F | F | 22 |
| Octal | 130 | 112 | 145 | 15 | 33 | 0 | 74 | 417 | 17 | 42 |
| Binary | 1011000 | 1001010 | 1100101 | 1101 | 11011 | 0 | 111100 | 100001111 | 1111 | 100010 |
Color Harmonies of #584A65
Complementary color
Monochromatic Colors of #584A65
Black with #584A65
Text Example
Text Example
White with #584A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A65; }
p { color: rgb(88,74,101); }
H1.HeaderClassName
{
color: #584A65;
}
.AnyTagClassName
{
color: #584A65;
}
</style>
background-color css
<style>
a { background-color: #584A65; }
a { background-color: rgb(88,74,101); }
div.DivClassName
{
background-color: #584A65;
}
.BgClassName
{
background-color: #584A65;
}
</style>
border-color css
<style>
span { border-color: #584A65; }
span { border-color: rgb(88,74,101); }
td.TdClassName
{
border-color: #584A65;
}
.TagClassName
{
border-color: #584A65;
}
</style>