Shades of Mulled Wine #58575C
Tints of Mulled Wine #58575C
RGB
CMYK
RGB Variations
Color information
#58575C (or 0x58575C) is known color: Mulled Wine. HEX triplet: 58, 57 and 5C. RGB value is (88,87,92). Sum of RGB (Red+Green+Blue) = 88+87+92=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 92 - color contains mainly: blue. Hex color #58575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58575C is #A7A8A3. Grayscale: #575757. Windows color (decimal): -10987684 or 6051672. OLE color: 6051672.
HSL color Cylindrical-coordinate representation of color #58575C: hue angle of 252º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #58575C is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 87 | 92 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.64 |
| HSL | 252º | 0.03% | 0.35% | - |
| HSV(B) | 252º | 0.05% | 0.36% | - |
| XYZ | 9.36 | 9.66 | 11.5 | - |
| YUV | 87.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 92 | 0.04 | 0.05 | 0 | 0.64 | 252 | 0.03 | 0.35 |
| Hex | 58 | 57 | 5C | 4 | 5 | 0 | 40 | FC | 3 | 23 |
| Octal | 130 | 127 | 134 | 4 | 5 | 0 | 100 | 374 | 3 | 43 |
| Binary | 1011000 | 1010111 | 1011100 | 100 | 101 | 0 | 1000000 | 11111100 | 11 | 100011 |
Color Harmonies of #58575C
Complementary color
Monochromatic Colors of #58575C
Black with #58575C
Text Example
Text Example
White with #58575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58575C; }
p { color: rgb(88,87,92); }
H1.HeaderClassName
{
color: #58575C;
}
.AnyTagClassName
{
color: #58575C;
}
</style>
background-color css
<style>
a { background-color: #58575C; }
a { background-color: rgb(88,87,92); }
div.DivClassName
{
background-color: #58575C;
}
.BgClassName
{
background-color: #58575C;
}
</style>
border-color css
<style>
span { border-color: #58575C; }
span { border-color: rgb(88,87,92); }
td.TdClassName
{
border-color: #58575C;
}
.TagClassName
{
border-color: #58575C;
}
</style>