Shades of Wine Berry #59303E
Tints of Wine Berry #59303E
RGB
CMYK
RGB Variations
Color information
#59303E (or 0x59303E) is known color: Wine Berry. HEX triplet: 59, 30 and 3E. RGB value is (89,48,62). Sum of RGB (Red+Green+Blue) = 89+48+62=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #59303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59303E is #A6CFC1. Grayscale: #3D3D3D. Windows color (decimal): -10932162 or 4075609. OLE color: 4075609.
HSL color Cylindrical-coordinate representation of color #59303E: hue angle of 339.51º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59303E is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 48 | 62 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.65 |
| HSL | 339.51º | 0.3% | 0.27% | - |
| HSV(B) | 339.51º | 0.46% | 0.35% | - |
| XYZ | 6.05 | 4.59 | 5.12 | - |
| YUV | 61.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 62 | 0 | 0.46 | 0.30 | 0.65 | 339.51 | 0.3 | 0.27 |
| Hex | 59 | 30 | 3E | 0 | 2E | 1E | 41 | 154 | 1E | 1B |
| Octal | 131 | 60 | 76 | 0 | 56 | 36 | 101 | 524 | 36 | 33 |
| Binary | 1011001 | 110000 | 111110 | 0 | 101110 | 11110 | 1000001 | 101010100 | 11110 | 11011 |
Color Harmonies of #59303E
Complementary color
Monochromatic Colors of #59303E
Black with #59303E
Text Example
Text Example
White with #59303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59303E; }
p { color: rgb(89,48,62); }
H1.HeaderClassName
{
color: #59303E;
}
.AnyTagClassName
{
color: #59303E;
}
</style>
background-color css
<style>
a { background-color: #59303E; }
a { background-color: rgb(89,48,62); }
div.DivClassName
{
background-color: #59303E;
}
.BgClassName
{
background-color: #59303E;
}
</style>
border-color css
<style>
span { border-color: #59303E; }
span { border-color: rgb(89,48,62); }
td.TdClassName
{
border-color: #59303E;
}
.TagClassName
{
border-color: #59303E;
}
</style>