Shades of Wine Berry #58393E
Tints of Wine Berry #58393E
RGB
CMYK
RGB Variations
Color information
#58393E (or 0x58393E) is known color: Wine Berry. HEX triplet: 58, 39 and 3E. RGB value is (88,57,62). Sum of RGB (Red+Green+Blue) = 88+57+62=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #58393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58393E is #A7C6C1. Grayscale: #424242. Windows color (decimal): -10995394 or 4077912. OLE color: 4077912.
HSL color Cylindrical-coordinate representation of color #58393E: hue angle of 350.32º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58393E is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 57 | 62 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.65 |
| HSL | 350.32º | 0.21% | 0.28% | - |
| HSV(B) | 350.32º | 0.35% | 0.35% | - |
| XYZ | 6.36 | 5.35 | 5.25 | - |
| YUV | 66.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 57 | 62 | 0 | 0.35 | 0.30 | 0.65 | 350.32 | 0.21 | 0.28 |
| Hex | 58 | 39 | 3E | 0 | 23 | 1E | 41 | 15E | 15 | 1C |
| Octal | 130 | 71 | 76 | 0 | 43 | 36 | 101 | 536 | 25 | 34 |
| Binary | 1011000 | 111001 | 111110 | 0 | 100011 | 11110 | 1000001 | 101011110 | 10101 | 11100 |
Color Harmonies of #58393E
Complementary color
Monochromatic Colors of #58393E
Black with #58393E
Text Example
Text Example
White with #58393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58393E; }
p { color: rgb(88,57,62); }
H1.HeaderClassName
{
color: #58393E;
}
.AnyTagClassName
{
color: #58393E;
}
</style>
background-color css
<style>
a { background-color: #58393E; }
a { background-color: rgb(88,57,62); }
div.DivClassName
{
background-color: #58393E;
}
.BgClassName
{
background-color: #58393E;
}
</style>
border-color css
<style>
span { border-color: #58393E; }
span { border-color: rgb(88,57,62); }
td.TdClassName
{
border-color: #58393E;
}
.TagClassName
{
border-color: #58393E;
}
</style>