Shades of Wine Berry #58363E
Tints of Wine Berry #58363E
RGB
CMYK
RGB Variations
Color information
#58363E (or 0x58363E) is known color: Wine Berry. HEX triplet: 58, 36 and 3E. RGB value is (88,54,62). Sum of RGB (Red+Green+Blue) = 88+54+62=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #58363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58363E is #A7C9C1. Grayscale: #414141. Windows color (decimal): -10996162 or 4077144. OLE color: 4077144.
HSL color Cylindrical-coordinate representation of color #58363E: hue angle of 345.88º 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 #58363E is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 54 | 62 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.65 |
| HSL | 345.88º | 0.24% | 0.28% | - |
| HSV(B) | 345.88º | 0.39% | 0.35% | - |
| XYZ | 6.21 | 5.06 | 5.21 | - |
| YUV | 65.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 54 | 62 | 0 | 0.39 | 0.30 | 0.65 | 345.88 | 0.24 | 0.28 |
| Hex | 58 | 36 | 3E | 0 | 27 | 1E | 41 | 15A | 18 | 1C |
| Octal | 130 | 66 | 76 | 0 | 47 | 36 | 101 | 532 | 30 | 34 |
| Binary | 1011000 | 110110 | 111110 | 0 | 100111 | 11110 | 1000001 | 101011010 | 11000 | 11100 |
Color Harmonies of #58363E
Complementary color
Monochromatic Colors of #58363E
Black with #58363E
Text Example
Text Example
White with #58363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58363E; }
p { color: rgb(88,54,62); }
H1.HeaderClassName
{
color: #58363E;
}
.AnyTagClassName
{
color: #58363E;
}
</style>
background-color css
<style>
a { background-color: #58363E; }
a { background-color: rgb(88,54,62); }
div.DivClassName
{
background-color: #58363E;
}
.BgClassName
{
background-color: #58363E;
}
</style>
border-color css
<style>
span { border-color: #58363E; }
span { border-color: rgb(88,54,62); }
td.TdClassName
{
border-color: #58363E;
}
.TagClassName
{
border-color: #58363E;
}
</style>