Shades of Wine Berry #59383E
Tints of Wine Berry #59383E
RGB
CMYK
RGB Variations
Color information
#59383E (or 0x59383E) is known color: Wine Berry. HEX triplet: 59, 38 and 3E. RGB value is (89,56,62). Sum of RGB (Red+Green+Blue) = 89+56+62=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #59383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59383E is #A6C7C1. Grayscale: #424242. Windows color (decimal): -10930114 or 4077657. OLE color: 4077657.
HSL color Cylindrical-coordinate representation of color #59383E: hue angle of 349.09º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59383E is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 56 | 62 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.65 |
| HSL | 349.09º | 0.23% | 0.28% | - |
| HSV(B) | 349.09º | 0.37% | 0.35% | - |
| XYZ | 6.4 | 5.3 | 5.24 | - |
| YUV | 66.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 56 | 62 | 0 | 0.37 | 0.30 | 0.65 | 349.09 | 0.23 | 0.28 |
| Hex | 59 | 38 | 3E | 0 | 25 | 1E | 41 | 15D | 17 | 1C |
| Octal | 131 | 70 | 76 | 0 | 45 | 36 | 101 | 535 | 27 | 34 |
| Binary | 1011001 | 111000 | 111110 | 0 | 100101 | 11110 | 1000001 | 101011101 | 10111 | 11100 |
Color Harmonies of #59383E
Complementary color
Monochromatic Colors of #59383E
Black with #59383E
Text Example
Text Example
White with #59383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59383E; }
p { color: rgb(89,56,62); }
H1.HeaderClassName
{
color: #59383E;
}
.AnyTagClassName
{
color: #59383E;
}
</style>
background-color css
<style>
a { background-color: #59383E; }
a { background-color: rgb(89,56,62); }
div.DivClassName
{
background-color: #59383E;
}
.BgClassName
{
background-color: #59383E;
}
</style>
border-color css
<style>
span { border-color: #59383E; }
span { border-color: rgb(89,56,62); }
td.TdClassName
{
border-color: #59383E;
}
.TagClassName
{
border-color: #59383E;
}
</style>