Shades of Wine Berry #58383C
Tints of Wine Berry #58383C
RGB
CMYK
RGB Variations
Color information
#58383C (or 0x58383C) is known color: Wine Berry. HEX triplet: 58, 38 and 3C. RGB value is (88,56,60). Sum of RGB (Red+Green+Blue) = 88+56+60=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #58383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58383C is #A7C7C3. Grayscale: #424242. Windows color (decimal): -10995652 or 3946584. OLE color: 3946584.
HSL color Cylindrical-coordinate representation of color #58383C: hue angle of 352.5º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58383C is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 56 | 60 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.65 |
| HSL | 352.5º | 0.22% | 0.28% | - |
| HSV(B) | 352.5º | 0.36% | 0.35% | - |
| XYZ | 6.25 | 5.23 | 4.95 | - |
| YUV | 66.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 56 | 60 | 0 | 0.36 | 0.32 | 0.65 | 352.5 | 0.22 | 0.28 |
| Hex | 58 | 38 | 3C | 0 | 24 | 20 | 41 | 160 | 16 | 1C |
| Octal | 130 | 70 | 74 | 0 | 44 | 40 | 101 | 540 | 26 | 34 |
| Binary | 1011000 | 111000 | 111100 | 0 | 100100 | 100000 | 1000001 | 101100000 | 10110 | 11100 |
Color Harmonies of #58383C
Complementary color
Monochromatic Colors of #58383C
Black with #58383C
Text Example
Text Example
White with #58383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58383C; }
p { color: rgb(88,56,60); }
H1.HeaderClassName
{
color: #58383C;
}
.AnyTagClassName
{
color: #58383C;
}
</style>
background-color css
<style>
a { background-color: #58383C; }
a { background-color: rgb(88,56,60); }
div.DivClassName
{
background-color: #58383C;
}
.BgClassName
{
background-color: #58383C;
}
</style>
border-color css
<style>
span { border-color: #58383C; }
span { border-color: rgb(88,56,60); }
td.TdClassName
{
border-color: #58383C;
}
.TagClassName
{
border-color: #58383C;
}
</style>