Shades of Wine Berry #59393F
Tints of Wine Berry #59393F
RGB
CMYK
RGB Variations
Color information
#59393F (or 0x59393F) is known color: Wine Berry. HEX triplet: 59, 39 and 3F. RGB value is (89,57,63). Sum of RGB (Red+Green+Blue) = 89+57+63=209 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.58% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 89 - color contains mainly: red. Hex color #59393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59393F is #A6C6C0. Grayscale: #434343. Windows color (decimal): -10929857 or 4143449. OLE color: 4143449.
HSL color Cylindrical-coordinate representation of color #59393F: hue angle of 348.75º 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 #59393F is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 57 | 63 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.65 |
| HSL | 348.75º | 0.22% | 0.29% | - |
| HSV(B) | 348.75º | 0.36% | 0.35% | - |
| XYZ | 6.48 | 5.41 | 5.41 | - |
| YUV | 67.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 57 | 63 | 0 | 0.36 | 0.29 | 0.65 | 348.75 | 0.22 | 0.29 |
| Hex | 59 | 39 | 3F | 0 | 24 | 1D | 41 | 15D | 16 | 1D |
| Octal | 131 | 71 | 77 | 0 | 44 | 35 | 101 | 535 | 26 | 35 |
| Binary | 1011001 | 111001 | 111111 | 0 | 100100 | 11101 | 1000001 | 101011101 | 10110 | 11101 |
Color Harmonies of #59393F
Complementary color
Monochromatic Colors of #59393F
Black with #59393F
Text Example
Text Example
White with #59393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59393F; }
p { color: rgb(89,57,63); }
H1.HeaderClassName
{
color: #59393F;
}
.AnyTagClassName
{
color: #59393F;
}
</style>
background-color css
<style>
a { background-color: #59393F; }
a { background-color: rgb(89,57,63); }
div.DivClassName
{
background-color: #59393F;
}
.BgClassName
{
background-color: #59393F;
}
</style>
border-color css
<style>
span { border-color: #59393F; }
span { border-color: rgb(89,57,63); }
td.TdClassName
{
border-color: #59393F;
}
.TagClassName
{
border-color: #59393F;
}
</style>