Shades of Wine Berry #59353C
Tints of Wine Berry #59353C
RGB
CMYK
RGB Variations
Color information
#59353C (or 0x59353C) is known color: Wine Berry. HEX triplet: 59, 35 and 3C. RGB value is (89,53,60). Sum of RGB (Red+Green+Blue) = 89+53+60=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #59353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59353C is #A6CAC3. Grayscale: #404040. Windows color (decimal): -10930884 or 3945817. OLE color: 3945817.
HSL color Cylindrical-coordinate representation of color #59353C: hue angle of 348.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59353C is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 53 | 60 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.65 |
| HSL | 348.33º | 0.25% | 0.28% | - |
| HSV(B) | 348.33º | 0.4% | 0.35% | - |
| XYZ | 6.21 | 5 | 4.91 | - |
| YUV | 64.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 60 | 0 | 0.40 | 0.33 | 0.65 | 348.33 | 0.25 | 0.28 |
| Hex | 59 | 35 | 3C | 0 | 28 | 21 | 41 | 15C | 19 | 1C |
| Octal | 131 | 65 | 74 | 0 | 50 | 41 | 101 | 534 | 31 | 34 |
| Binary | 1011001 | 110101 | 111100 | 0 | 101000 | 100001 | 1000001 | 101011100 | 11001 | 11100 |
Color Harmonies of #59353C
Complementary color
Monochromatic Colors of #59353C
Black with #59353C
Text Example
Text Example
White with #59353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59353C; }
p { color: rgb(89,53,60); }
H1.HeaderClassName
{
color: #59353C;
}
.AnyTagClassName
{
color: #59353C;
}
</style>
background-color css
<style>
a { background-color: #59353C; }
a { background-color: rgb(89,53,60); }
div.DivClassName
{
background-color: #59353C;
}
.BgClassName
{
background-color: #59353C;
}
</style>
border-color css
<style>
span { border-color: #59353C; }
span { border-color: rgb(89,53,60); }
td.TdClassName
{
border-color: #59353C;
}
.TagClassName
{
border-color: #59353C;
}
</style>