Shades of Wine Berry #592F38
Tints of Wine Berry #592F38
RGB
CMYK
RGB Variations
Color information
#592F38 (or 0x592F38) is known color: Wine Berry. HEX triplet: 59, 2F and 38. RGB value is (89,47,56). Sum of RGB (Red+Green+Blue) = 89+47+56=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #592F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592F38 is #A6D0C7. Grayscale: #3C3C3C. Windows color (decimal): -10932424 or 3682137. OLE color: 3682137.
HSL color Cylindrical-coordinate representation of color #592F38: hue angle of 347.14º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #592F38 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 47 | 56 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.65 |
| HSL | 347.14º | 0.31% | 0.27% | - |
| HSV(B) | 347.14º | 0.47% | 0.35% | - |
| XYZ | 5.85 | 4.44 | 4.29 | - |
| YUV | 60.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 56 | 0 | 0.47 | 0.37 | 0.65 | 347.14 | 0.31 | 0.27 |
| Hex | 59 | 2F | 38 | 0 | 2F | 25 | 41 | 15B | 1F | 1B |
| Octal | 131 | 57 | 70 | 0 | 57 | 45 | 101 | 533 | 37 | 33 |
| Binary | 1011001 | 101111 | 111000 | 0 | 101111 | 100101 | 1000001 | 101011011 | 11111 | 11011 |
Color Harmonies of #592F38
Complementary color
Monochromatic Colors of #592F38
Black with #592F38
Text Example
Text Example
White with #592F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592F38; }
p { color: rgb(89,47,56); }
H1.HeaderClassName
{
color: #592F38;
}
.AnyTagClassName
{
color: #592F38;
}
</style>
background-color css
<style>
a { background-color: #592F38; }
a { background-color: rgb(89,47,56); }
div.DivClassName
{
background-color: #592F38;
}
.BgClassName
{
background-color: #592F38;
}
</style>
border-color css
<style>
span { border-color: #592F38; }
span { border-color: rgb(89,47,56); }
td.TdClassName
{
border-color: #592F38;
}
.TagClassName
{
border-color: #592F38;
}
</style>