Shades of Wine Berry #592C35
Tints of Wine Berry #592C35
RGB
CMYK
RGB Variations
Color information
#592C35 (or 0x592C35) is known color: Wine Berry. HEX triplet: 59, 2C and 35. RGB value is (89,44,53). Sum of RGB (Red+Green+Blue) = 89+44+53=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #592C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592C35 is #A6D3CA. Grayscale: #3A3A3A. Windows color (decimal): -10933195 or 3484761. OLE color: 3484761.
HSL color Cylindrical-coordinate representation of color #592C35: hue angle of 348º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #592C35 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 53 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.65 |
| HSL | 348º | 0.34% | 0.26% | - |
| HSV(B) | 348º | 0.51% | 0.35% | - |
| XYZ | 5.66 | 4.18 | 3.88 | - |
| YUV | 58.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 53 | 0 | 0.51 | 0.40 | 0.65 | 348 | 0.34 | 0.26 |
| Hex | 59 | 2C | 35 | 0 | 33 | 28 | 41 | 15C | 22 | 1A |
| Octal | 131 | 54 | 65 | 0 | 63 | 50 | 101 | 534 | 42 | 32 |
| Binary | 1011001 | 101100 | 110101 | 0 | 110011 | 101000 | 1000001 | 101011100 | 100010 | 11010 |
Color Harmonies of #592C35
Complementary color
Monochromatic Colors of #592C35
Black with #592C35
Text Example
Text Example
White with #592C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C35; }
p { color: rgb(89,44,53); }
H1.HeaderClassName
{
color: #592C35;
}
.AnyTagClassName
{
color: #592C35;
}
</style>
background-color css
<style>
a { background-color: #592C35; }
a { background-color: rgb(89,44,53); }
div.DivClassName
{
background-color: #592C35;
}
.BgClassName
{
background-color: #592C35;
}
</style>
border-color css
<style>
span { border-color: #592C35; }
span { border-color: rgb(89,44,53); }
td.TdClassName
{
border-color: #592C35;
}
.TagClassName
{
border-color: #592C35;
}
</style>