Shades of Mulled Wine #58496D
Tints of Mulled Wine #58496D
RGB
CMYK
RGB Variations
Color information
#58496D (or 0x58496D) is known color: Mulled Wine. HEX triplet: 58, 49 and 6D. RGB value is (88,73,109). Sum of RGB (Red+Green+Blue) = 88+73+109=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #58496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58496D is #A7B692. Grayscale: #515151. Windows color (decimal): -10991251 or 7162200. OLE color: 7162200.
HSL color Cylindrical-coordinate representation of color #58496D: hue angle of 265º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58496D is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 73 | 109 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.57 |
| HSL | 265º | 0.2% | 0.36% | - |
| HSV(B) | 265º | 0.33% | 0.43% | - |
| XYZ | 9.17 | 7.94 | 15.52 | - |
| YUV | 81.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 109 | 0.19 | 0.33 | 0 | 0.57 | 265 | 0.2 | 0.36 |
| Hex | 58 | 49 | 6D | 13 | 21 | 0 | 39 | 109 | 14 | 24 |
| Octal | 130 | 111 | 155 | 23 | 41 | 0 | 71 | 411 | 24 | 44 |
| Binary | 1011000 | 1001001 | 1101101 | 10011 | 100001 | 0 | 111001 | 100001001 | 10100 | 100100 |
Color Harmonies of #58496D
Complementary color
Monochromatic Colors of #58496D
Black with #58496D
Text Example
Text Example
White with #58496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58496D; }
p { color: rgb(88,73,109); }
H1.HeaderClassName
{
color: #58496D;
}
.AnyTagClassName
{
color: #58496D;
}
</style>
background-color css
<style>
a { background-color: #58496D; }
a { background-color: rgb(88,73,109); }
div.DivClassName
{
background-color: #58496D;
}
.BgClassName
{
background-color: #58496D;
}
</style>
border-color css
<style>
span { border-color: #58496D; }
span { border-color: rgb(88,73,109); }
td.TdClassName
{
border-color: #58496D;
}
.TagClassName
{
border-color: #58496D;
}
</style>