Shades of Wine Berry #58383F
Tints of Wine Berry #58383F
RGB
CMYK
RGB Variations
Color information
#58383F (or 0x58383F) is known color: Wine Berry. HEX triplet: 58, 38 and 3F. RGB value is (88,56,63). Sum of RGB (Red+Green+Blue) = 88+56+63=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #58383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58383F is #A7C7C0. Grayscale: #424242. Windows color (decimal): -10995649 or 4143192. OLE color: 4143192.
HSL color Cylindrical-coordinate representation of color #58383F: hue angle of 346.88º 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 #58383F is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 56 | 63 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.65 |
| HSL | 346.88º | 0.22% | 0.28% | - |
| HSV(B) | 346.88º | 0.36% | 0.35% | - |
| XYZ | 6.34 | 5.26 | 5.38 | - |
| YUV | 66.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 56 | 63 | 0 | 0.36 | 0.28 | 0.65 | 346.88 | 0.22 | 0.28 |
| Hex | 58 | 38 | 3F | 0 | 24 | 1C | 41 | 15B | 16 | 1C |
| Octal | 130 | 70 | 77 | 0 | 44 | 34 | 101 | 533 | 26 | 34 |
| Binary | 1011000 | 111000 | 111111 | 0 | 100100 | 11100 | 1000001 | 101011011 | 10110 | 11100 |
Color Harmonies of #58383F
Complementary color
Monochromatic Colors of #58383F
Black with #58383F
Text Example
Text Example
White with #58383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58383F; }
p { color: rgb(88,56,63); }
H1.HeaderClassName
{
color: #58383F;
}
.AnyTagClassName
{
color: #58383F;
}
</style>
background-color css
<style>
a { background-color: #58383F; }
a { background-color: rgb(88,56,63); }
div.DivClassName
{
background-color: #58383F;
}
.BgClassName
{
background-color: #58383F;
}
</style>
border-color css
<style>
span { border-color: #58383F; }
span { border-color: rgb(88,56,63); }
td.TdClassName
{
border-color: #58383F;
}
.TagClassName
{
border-color: #58383F;
}
</style>