Shades of Wine Berry #592E35
Tints of Wine Berry #592E35
RGB
CMYK
RGB Variations
Color information
#592E35 (or 0x592E35) is known color: Wine Berry. HEX triplet: 59, 2E and 35. RGB value is (89,46,53). Sum of RGB (Red+Green+Blue) = 89+46+53=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #592E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592E35 is #A6D1CA. Grayscale: #3B3B3B. Windows color (decimal): -10932683 or 3485273. OLE color: 3485273.
HSL color Cylindrical-coordinate representation of color #592E35: hue angle of 350.23º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #592E35 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 46 | 53 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.65 |
| HSL | 350.23º | 0.32% | 0.26% | - |
| HSV(B) | 350.23º | 0.48% | 0.35% | - |
| XYZ | 5.74 | 4.33 | 3.9 | - |
| YUV | 59.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 53 | 0 | 0.48 | 0.40 | 0.65 | 350.23 | 0.32 | 0.26 |
| Hex | 59 | 2E | 35 | 0 | 30 | 28 | 41 | 15E | 20 | 1A |
| Octal | 131 | 56 | 65 | 0 | 60 | 50 | 101 | 536 | 40 | 32 |
| Binary | 1011001 | 101110 | 110101 | 0 | 110000 | 101000 | 1000001 | 101011110 | 100000 | 11010 |
Color Harmonies of #592E35
Complementary color
Monochromatic Colors of #592E35
Black with #592E35
Text Example
Text Example
White with #592E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592E35; }
p { color: rgb(89,46,53); }
H1.HeaderClassName
{
color: #592E35;
}
.AnyTagClassName
{
color: #592E35;
}
</style>
background-color css
<style>
a { background-color: #592E35; }
a { background-color: rgb(89,46,53); }
div.DivClassName
{
background-color: #592E35;
}
.BgClassName
{
background-color: #592E35;
}
</style>
border-color css
<style>
span { border-color: #592E35; }
span { border-color: rgb(89,46,53); }
td.TdClassName
{
border-color: #592E35;
}
.TagClassName
{
border-color: #592E35;
}
</style>