Shades of Mulled Wine #595364
Tints of Mulled Wine #595364
RGB
CMYK
RGB Variations
Color information
#595364 (or 0x595364) is known color: Mulled Wine. HEX triplet: 59, 53 and 64. RGB value is (89,83,100). Sum of RGB (Red+Green+Blue) = 89+83+100=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 100 - color contains mainly: blue. Hex color #595364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595364 is #A6AC9B. Grayscale: #565656. Windows color (decimal): -10923164 or 6574937. OLE color: 6574937.
HSL color Cylindrical-coordinate representation of color #595364: hue angle of 261.18º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #595364 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 83 | 100 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.61 |
| HSL | 261.18º | 0.09% | 0.36% | - |
| HSV(B) | 261.18º | 0.17% | 0.39% | - |
| XYZ | 9.51 | 9.23 | 13.34 | - |
| YUV | 86.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 100 | 0.11 | 0.17 | 0 | 0.61 | 261.18 | 0.09 | 0.36 |
| Hex | 59 | 53 | 64 | B | 11 | 0 | 3D | 105 | 9 | 24 |
| Octal | 131 | 123 | 144 | 13 | 21 | 0 | 75 | 405 | 11 | 44 |
| Binary | 1011001 | 1010011 | 1100100 | 1011 | 10001 | 0 | 111101 | 100000101 | 1001 | 100100 |
Color Harmonies of #595364
Complementary color
Monochromatic Colors of #595364
Black with #595364
Text Example
Text Example
White with #595364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595364; }
p { color: rgb(89,83,100); }
H1.HeaderClassName
{
color: #595364;
}
.AnyTagClassName
{
color: #595364;
}
</style>
background-color css
<style>
a { background-color: #595364; }
a { background-color: rgb(89,83,100); }
div.DivClassName
{
background-color: #595364;
}
.BgClassName
{
background-color: #595364;
}
</style>
border-color css
<style>
span { border-color: #595364; }
span { border-color: rgb(89,83,100); }
td.TdClassName
{
border-color: #595364;
}
.TagClassName
{
border-color: #595364;
}
</style>