Shades of Wine Berry #59363E
Tints of Wine Berry #59363E
RGB
CMYK
RGB Variations
Color information
#59363E (or 0x59363E) is known color: Wine Berry. HEX triplet: 59, 36 and 3E. RGB value is (89,54,62). Sum of RGB (Red+Green+Blue) = 89+54+62=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59363E is #A6C9C1. Grayscale: #414141. Windows color (decimal): -10930626 or 4077145. OLE color: 4077145.
HSL color Cylindrical-coordinate representation of color #59363E: hue angle of 346.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59363E is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 54 | 62 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.65 |
| HSL | 346.29º | 0.24% | 0.28% | - |
| HSV(B) | 346.29º | 0.39% | 0.35% | - |
| XYZ | 6.31 | 5.11 | 5.21 | - |
| YUV | 65.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 54 | 62 | 0 | 0.39 | 0.30 | 0.65 | 346.29 | 0.24 | 0.28 |
| Hex | 59 | 36 | 3E | 0 | 27 | 1E | 41 | 15A | 18 | 1C |
| Octal | 131 | 66 | 76 | 0 | 47 | 36 | 101 | 532 | 30 | 34 |
| Binary | 1011001 | 110110 | 111110 | 0 | 100111 | 11110 | 1000001 | 101011010 | 11000 | 11100 |
Color Harmonies of #59363E
Complementary color
Monochromatic Colors of #59363E
Black with #59363E
Text Example
Text Example
White with #59363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59363E; }
p { color: rgb(89,54,62); }
H1.HeaderClassName
{
color: #59363E;
}
.AnyTagClassName
{
color: #59363E;
}
</style>
background-color css
<style>
a { background-color: #59363E; }
a { background-color: rgb(89,54,62); }
div.DivClassName
{
background-color: #59363E;
}
.BgClassName
{
background-color: #59363E;
}
</style>
border-color css
<style>
span { border-color: #59363E; }
span { border-color: rgb(89,54,62); }
td.TdClassName
{
border-color: #59363E;
}
.TagClassName
{
border-color: #59363E;
}
</style>