Shades of Mulled Wine #585162
Tints of Mulled Wine #585162
RGB
CMYK
RGB Variations
Color information
#585162 (or 0x585162) is known color: Mulled Wine. HEX triplet: 58, 51 and 62. RGB value is (88,81,98). Sum of RGB (Red+Green+Blue) = 88+81+98=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 98 - color contains mainly: blue. Hex color #585162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585162 is #A7AE9D. Grayscale: #545454. Windows color (decimal): -10989214 or 6443352. OLE color: 6443352.
HSL color Cylindrical-coordinate representation of color #585162: hue angle of 264.71º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #585162 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 81 | 98 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.62 |
| HSL | 264.71º | 0.09% | 0.35% | - |
| HSV(B) | 264.71º | 0.17% | 0.38% | - |
| XYZ | 9.17 | 8.84 | 12.78 | - |
| YUV | 85.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 98 | 0.10 | 0.17 | 0 | 0.62 | 264.71 | 0.09 | 0.35 |
| Hex | 58 | 51 | 62 | A | 11 | 0 | 3E | 109 | 9 | 23 |
| Octal | 130 | 121 | 142 | 12 | 21 | 0 | 76 | 411 | 11 | 43 |
| Binary | 1011000 | 1010001 | 1100010 | 1010 | 10001 | 0 | 111110 | 100001001 | 1001 | 100011 |
Color Harmonies of #585162
Complementary color
Monochromatic Colors of #585162
Black with #585162
Text Example
Text Example
White with #585162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585162; }
p { color: rgb(88,81,98); }
H1.HeaderClassName
{
color: #585162;
}
.AnyTagClassName
{
color: #585162;
}
</style>
background-color css
<style>
a { background-color: #585162; }
a { background-color: rgb(88,81,98); }
div.DivClassName
{
background-color: #585162;
}
.BgClassName
{
background-color: #585162;
}
</style>
border-color css
<style>
span { border-color: #585162; }
span { border-color: rgb(88,81,98); }
td.TdClassName
{
border-color: #585162;
}
.TagClassName
{
border-color: #585162;
}
</style>