Shades of Mulled Wine #584A68
Tints of Mulled Wine #584A68
RGB
CMYK
RGB Variations
Color information
#584A68 (or 0x584A68) is known color: Mulled Wine. HEX triplet: 58, 4A and 68. RGB value is (88,74,104). Sum of RGB (Red+Green+Blue) = 88+74+104=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #584A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A68 is #A7B597. Grayscale: #515151. Windows color (decimal): -10991000 or 6834776. OLE color: 6834776.
HSL color Cylindrical-coordinate representation of color #584A68: hue angle of 268º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #584A68 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 74 | 104 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.59 |
| HSL | 268º | 0.17% | 0.35% | - |
| HSV(B) | 268º | 0.29% | 0.41% | - |
| XYZ | 8.97 | 7.97 | 14.16 | - |
| YUV | 81.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 104 | 0.15 | 0.29 | 0 | 0.59 | 268 | 0.17 | 0.35 |
| Hex | 58 | 4A | 68 | F | 1D | 0 | 3B | 10C | 11 | 23 |
| Octal | 130 | 112 | 150 | 17 | 35 | 0 | 73 | 414 | 21 | 43 |
| Binary | 1011000 | 1001010 | 1101000 | 1111 | 11101 | 0 | 111011 | 100001100 | 10001 | 100011 |
Color Harmonies of #584A68
Complementary color
Monochromatic Colors of #584A68
Black with #584A68
Text Example
Text Example
White with #584A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A68; }
p { color: rgb(88,74,104); }
H1.HeaderClassName
{
color: #584A68;
}
.AnyTagClassName
{
color: #584A68;
}
</style>
background-color css
<style>
a { background-color: #584A68; }
a { background-color: rgb(88,74,104); }
div.DivClassName
{
background-color: #584A68;
}
.BgClassName
{
background-color: #584A68;
}
</style>
border-color css
<style>
span { border-color: #584A68; }
span { border-color: rgb(88,74,104); }
td.TdClassName
{
border-color: #584A68;
}
.TagClassName
{
border-color: #584A68;
}
</style>