Shades of Wine Berry #58323E
Tints of Wine Berry #58323E
RGB
CMYK
RGB Variations
Color information
#58323E (or 0x58323E) is known color: Wine Berry. HEX triplet: 58, 32 and 3E. RGB value is (88,50,62). Sum of RGB (Red+Green+Blue) = 88+50+62=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58323E is #A7CDC1. Grayscale: #3E3E3E. Windows color (decimal): -10997186 or 4076120. OLE color: 4076120.
HSL color Cylindrical-coordinate representation of color #58323E: hue angle of 341.05º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58323E is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 50 | 62 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.65 |
| HSL | 341.05º | 0.28% | 0.27% | - |
| HSV(B) | 341.05º | 0.43% | 0.35% | - |
| XYZ | 6.03 | 4.7 | 5.15 | - |
| YUV | 62.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 62 | 0 | 0.43 | 0.30 | 0.65 | 341.05 | 0.28 | 0.27 |
| Hex | 58 | 32 | 3E | 0 | 2B | 1E | 41 | 155 | 1C | 1B |
| Octal | 130 | 62 | 76 | 0 | 53 | 36 | 101 | 525 | 34 | 33 |
| Binary | 1011000 | 110010 | 111110 | 0 | 101011 | 11110 | 1000001 | 101010101 | 11100 | 11011 |
Color Harmonies of #58323E
Complementary color
Monochromatic Colors of #58323E
Black with #58323E
Text Example
Text Example
White with #58323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58323E; }
p { color: rgb(88,50,62); }
H1.HeaderClassName
{
color: #58323E;
}
.AnyTagClassName
{
color: #58323E;
}
</style>
background-color css
<style>
a { background-color: #58323E; }
a { background-color: rgb(88,50,62); }
div.DivClassName
{
background-color: #58323E;
}
.BgClassName
{
background-color: #58323E;
}
</style>
border-color css
<style>
span { border-color: #58323E; }
span { border-color: rgb(88,50,62); }
td.TdClassName
{
border-color: #58323E;
}
.TagClassName
{
border-color: #58323E;
}
</style>