Shades of Mulled Wine #585161
Tints of Mulled Wine #585161
RGB
CMYK
RGB Variations
Color information
#585161 (or 0x585161) is known color: Mulled Wine. HEX triplet: 58, 51 and 61. RGB value is (88,81,97). Sum of RGB (Red+Green+Blue) = 88+81+97=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: blue. Hex color #585161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585161 is #A7AE9E. Grayscale: #545454. Windows color (decimal): -10989215 or 6377816. OLE color: 6377816.
HSL color Cylindrical-coordinate representation of color #585161: hue angle of 266.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #585161 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 81 | 97 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.62 |
| HSL | 266.25º | 0.09% | 0.35% | - |
| HSV(B) | 266.25º | 0.16% | 0.38% | - |
| XYZ | 9.12 | 8.82 | 12.53 | - |
| YUV | 84.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 97 | 0.09 | 0.16 | 0 | 0.62 | 266.25 | 0.09 | 0.35 |
| Hex | 58 | 51 | 61 | 9 | 10 | 0 | 3E | 10A | 9 | 23 |
| Octal | 130 | 121 | 141 | 11 | 20 | 0 | 76 | 412 | 11 | 43 |
| Binary | 1011000 | 1010001 | 1100001 | 1001 | 10000 | 0 | 111110 | 100001010 | 1001 | 100011 |
Color Harmonies of #585161
Complementary color
Monochromatic Colors of #585161
Black with #585161
Text Example
Text Example
White with #585161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585161; }
p { color: rgb(88,81,97); }
H1.HeaderClassName
{
color: #585161;
}
.AnyTagClassName
{
color: #585161;
}
</style>
background-color css
<style>
a { background-color: #585161; }
a { background-color: rgb(88,81,97); }
div.DivClassName
{
background-color: #585161;
}
.BgClassName
{
background-color: #585161;
}
</style>
border-color css
<style>
span { border-color: #585161; }
span { border-color: rgb(88,81,97); }
td.TdClassName
{
border-color: #585161;
}
.TagClassName
{
border-color: #585161;
}
</style>