Shades of Mulled Wine #58486C
Tints of Mulled Wine #58486C
RGB
CMYK
RGB Variations
Color information
#58486C (or 0x58486C) is known color: Mulled Wine. HEX triplet: 58, 48 and 6C. RGB value is (88,72,108). Sum of RGB (Red+Green+Blue) = 88+72+108=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #58486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58486C is #A7B793. Grayscale: #505050. Windows color (decimal): -10991508 or 7096408. OLE color: 7096408.
HSL color Cylindrical-coordinate representation of color #58486C: hue angle of 266.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58486C is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 72 | 108 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.58 |
| HSL | 266.67º | 0.2% | 0.35% | - |
| HSV(B) | 266.67º | 0.33% | 0.42% | - |
| XYZ | 9.05 | 7.79 | 15.21 | - |
| YUV | 80.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 72 | 108 | 0.19 | 0.33 | 0 | 0.58 | 266.67 | 0.2 | 0.35 |
| Hex | 58 | 48 | 6C | 13 | 21 | 0 | 3A | 10B | 14 | 23 |
| Octal | 130 | 110 | 154 | 23 | 41 | 0 | 72 | 413 | 24 | 43 |
| Binary | 1011000 | 1001000 | 1101100 | 10011 | 100001 | 0 | 111010 | 100001011 | 10100 | 100011 |
Color Harmonies of #58486C
Complementary color
Monochromatic Colors of #58486C
Black with #58486C
Text Example
Text Example
White with #58486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58486C; }
p { color: rgb(88,72,108); }
H1.HeaderClassName
{
color: #58486C;
}
.AnyTagClassName
{
color: #58486C;
}
</style>
background-color css
<style>
a { background-color: #58486C; }
a { background-color: rgb(88,72,108); }
div.DivClassName
{
background-color: #58486C;
}
.BgClassName
{
background-color: #58486C;
}
</style>
border-color css
<style>
span { border-color: #58486C; }
span { border-color: rgb(88,72,108); }
td.TdClassName
{
border-color: #58486C;
}
.TagClassName
{
border-color: #58486C;
}
</style>