Shades of Mulled Wine #585163
Tints of Mulled Wine #585163
RGB
CMYK
RGB Variations
Color information
#585163 (or 0x585163) is known color: Mulled Wine. HEX triplet: 58, 51 and 63. RGB value is (88,81,99). Sum of RGB (Red+Green+Blue) = 88+81+99=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: blue. Hex color #585163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585163 is #A7AE9C. Grayscale: #555555. Windows color (decimal): -10989213 or 6508888. OLE color: 6508888.
HSL color Cylindrical-coordinate representation of color #585163: hue angle of 263.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #585163 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 81 | 99 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.61 |
| HSL | 263.33º | 0.1% | 0.35% | - |
| HSV(B) | 263.33º | 0.18% | 0.39% | - |
| XYZ | 9.22 | 8.86 | 13.03 | - |
| YUV | 85.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 99 | 0.11 | 0.18 | 0 | 0.61 | 263.33 | 0.1 | 0.35 |
| Hex | 58 | 51 | 63 | B | 12 | 0 | 3D | 107 | A | 23 |
| Octal | 130 | 121 | 143 | 13 | 22 | 0 | 75 | 407 | 12 | 43 |
| Binary | 1011000 | 1010001 | 1100011 | 1011 | 10010 | 0 | 111101 | 100000111 | 1010 | 100011 |
Color Harmonies of #585163
Complementary color
Monochromatic Colors of #585163
Black with #585163
Text Example
Text Example
White with #585163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585163; }
p { color: rgb(88,81,99); }
H1.HeaderClassName
{
color: #585163;
}
.AnyTagClassName
{
color: #585163;
}
</style>
background-color css
<style>
a { background-color: #585163; }
a { background-color: rgb(88,81,99); }
div.DivClassName
{
background-color: #585163;
}
.BgClassName
{
background-color: #585163;
}
</style>
border-color css
<style>
span { border-color: #585163; }
span { border-color: rgb(88,81,99); }
td.TdClassName
{
border-color: #585163;
}
.TagClassName
{
border-color: #585163;
}
</style>