Shades of Wine Berry #59393D
Tints of Wine Berry #59393D
RGB
CMYK
RGB Variations
Color information
#59393D (or 0x59393D) is known color: Wine Berry. HEX triplet: 59, 39 and 3D. RGB value is (89,57,61). Sum of RGB (Red+Green+Blue) = 89+57+61=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #59393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59393D is #A6C6C2. Grayscale: #434343. Windows color (decimal): -10929859 or 4012377. OLE color: 4012377.
HSL color Cylindrical-coordinate representation of color #59393D: hue angle of 352.5º 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 #59393D is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 57 | 61 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.65 |
| HSL | 352.5º | 0.22% | 0.29% | - |
| HSV(B) | 352.5º | 0.36% | 0.35% | - |
| XYZ | 6.43 | 5.39 | 5.12 | - |
| YUV | 67.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 57 | 61 | 0 | 0.36 | 0.31 | 0.65 | 352.5 | 0.22 | 0.29 |
| Hex | 59 | 39 | 3D | 0 | 24 | 1F | 41 | 160 | 16 | 1D |
| Octal | 131 | 71 | 75 | 0 | 44 | 37 | 101 | 540 | 26 | 35 |
| Binary | 1011001 | 111001 | 111101 | 0 | 100100 | 11111 | 1000001 | 101100000 | 10110 | 11101 |
Color Harmonies of #59393D
Complementary color
Monochromatic Colors of #59393D
Black with #59393D
Text Example
Text Example
White with #59393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59393D; }
p { color: rgb(89,57,61); }
H1.HeaderClassName
{
color: #59393D;
}
.AnyTagClassName
{
color: #59393D;
}
</style>
background-color css
<style>
a { background-color: #59393D; }
a { background-color: rgb(89,57,61); }
div.DivClassName
{
background-color: #59393D;
}
.BgClassName
{
background-color: #59393D;
}
</style>
border-color css
<style>
span { border-color: #59393D; }
span { border-color: rgb(89,57,61); }
td.TdClassName
{
border-color: #59393D;
}
.TagClassName
{
border-color: #59393D;
}
</style>