Shades of Mulled Wine #595268
Tints of Mulled Wine #595268
RGB
CMYK
RGB Variations
Color information
#595268 (or 0x595268) is known color: Mulled Wine. HEX triplet: 59, 52 and 68. RGB value is (89,82,104). Sum of RGB (Red+Green+Blue) = 89+82+104=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #595268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595268 is #A6AD97. Grayscale: #565656. Windows color (decimal): -10923416 or 6836825. OLE color: 6836825.
HSL color Cylindrical-coordinate representation of color #595268: hue angle of 259.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #595268 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 82 | 104 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.59 |
| HSL | 259.09º | 0.12% | 0.36% | - |
| HSV(B) | 259.09º | 0.21% | 0.41% | - |
| XYZ | 9.64 | 9.16 | 14.36 | - |
| YUV | 86.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 104 | 0.14 | 0.21 | 0 | 0.59 | 259.09 | 0.12 | 0.36 |
| Hex | 59 | 52 | 68 | E | 15 | 0 | 3B | 103 | C | 24 |
| Octal | 131 | 122 | 150 | 16 | 25 | 0 | 73 | 403 | 14 | 44 |
| Binary | 1011001 | 1010010 | 1101000 | 1110 | 10101 | 0 | 111011 | 100000011 | 1100 | 100100 |
Color Harmonies of #595268
Complementary color
Monochromatic Colors of #595268
Black with #595268
Text Example
Text Example
White with #595268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595268; }
p { color: rgb(89,82,104); }
H1.HeaderClassName
{
color: #595268;
}
.AnyTagClassName
{
color: #595268;
}
</style>
background-color css
<style>
a { background-color: #595268; }
a { background-color: rgb(89,82,104); }
div.DivClassName
{
background-color: #595268;
}
.BgClassName
{
background-color: #595268;
}
</style>
border-color css
<style>
span { border-color: #595268; }
span { border-color: rgb(89,82,104); }
td.TdClassName
{
border-color: #595268;
}
.TagClassName
{
border-color: #595268;
}
</style>