Shades of Mulled Wine #58496C
Tints of Mulled Wine #58496C
RGB
CMYK
RGB Variations
Color information
#58496C (or 0x58496C) is known color: Mulled Wine. HEX triplet: 58, 49 and 6C. RGB value is (88,73,108). Sum of RGB (Red+Green+Blue) = 88+73+108=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #58496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58496C is #A7B693. Grayscale: #515151. Windows color (decimal): -10991252 or 7096664. OLE color: 7096664.
HSL color Cylindrical-coordinate representation of color #58496C: hue angle of 265.71º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58496C is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 73 | 108 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.58 |
| HSL | 265.71º | 0.19% | 0.35% | - |
| HSV(B) | 265.71º | 0.32% | 0.42% | - |
| XYZ | 9.11 | 7.92 | 15.24 | - |
| YUV | 81.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 108 | 0.19 | 0.32 | 0 | 0.58 | 265.71 | 0.19 | 0.35 |
| Hex | 58 | 49 | 6C | 13 | 20 | 0 | 3A | 10A | 13 | 23 |
| Octal | 130 | 111 | 154 | 23 | 40 | 0 | 72 | 412 | 23 | 43 |
| Binary | 1011000 | 1001001 | 1101100 | 10011 | 100000 | 0 | 111010 | 100001010 | 10011 | 100011 |
Color Harmonies of #58496C
Complementary color
Monochromatic Colors of #58496C
Black with #58496C
Text Example
Text Example
White with #58496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58496C; }
p { color: rgb(88,73,108); }
H1.HeaderClassName
{
color: #58496C;
}
.AnyTagClassName
{
color: #58496C;
}
</style>
background-color css
<style>
a { background-color: #58496C; }
a { background-color: rgb(88,73,108); }
div.DivClassName
{
background-color: #58496C;
}
.BgClassName
{
background-color: #58496C;
}
</style>
border-color css
<style>
span { border-color: #58496C; }
span { border-color: rgb(88,73,108); }
td.TdClassName
{
border-color: #58496C;
}
.TagClassName
{
border-color: #58496C;
}
</style>