Shades of Wine Berry #59393E
Tints of Wine Berry #59393E
RGB
CMYK
RGB Variations
Color information
#59393E (or 0x59393E) is known color: Wine Berry. HEX triplet: 59, 39 and 3E. RGB value is (89,57,62). Sum of RGB (Red+Green+Blue) = 89+57+62=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 89 - color contains mainly: red. Hex color #59393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59393E is #A6C6C1. Grayscale: #434343. Windows color (decimal): -10929858 or 4077913. OLE color: 4077913.
HSL color Cylindrical-coordinate representation of color #59393E: hue angle of 350.62º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59393E is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 57 | 62 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.65 |
| HSL | 350.63º | 0.22% | 0.29% | - |
| HSV(B) | 350.63º | 0.36% | 0.35% | - |
| XYZ | 6.45 | 5.4 | 5.26 | - |
| YUV | 67.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 57 | 62 | 0 | 0.36 | 0.30 | 0.65 | 350.63 | 0.22 | 0.29 |
| Hex | 59 | 39 | 3E | 0 | 24 | 1E | 41 | 15F | 16 | 1D |
| Octal | 131 | 71 | 76 | 0 | 44 | 36 | 101 | 537 | 26 | 35 |
| Binary | 1011001 | 111001 | 111110 | 0 | 100100 | 11110 | 1000001 | 101011111 | 10110 | 11101 |
Color Harmonies of #59393E
Complementary color
Monochromatic Colors of #59393E
Black with #59393E
Text Example
Text Example
White with #59393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59393E; }
p { color: rgb(89,57,62); }
H1.HeaderClassName
{
color: #59393E;
}
.AnyTagClassName
{
color: #59393E;
}
</style>
background-color css
<style>
a { background-color: #59393E; }
a { background-color: rgb(89,57,62); }
div.DivClassName
{
background-color: #59393E;
}
.BgClassName
{
background-color: #59393E;
}
</style>
border-color css
<style>
span { border-color: #59393E; }
span { border-color: rgb(89,57,62); }
td.TdClassName
{
border-color: #59393E;
}
.TagClassName
{
border-color: #59393E;
}
</style>