Shades of Wine Berry #58313A
Tints of Wine Berry #58313A
RGB
CMYK
RGB Variations
Color information
#58313A (or 0x58313A) is known color: Wine Berry. HEX triplet: 58, 31 and 3A. RGB value is (88,49,58). Sum of RGB (Red+Green+Blue) = 88+49+58=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #58313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58313A is #A7CEC5. Grayscale: #3D3D3D. Windows color (decimal): -10997446 or 3813720. OLE color: 3813720.
HSL color Cylindrical-coordinate representation of color #58313A: hue angle of 346.15º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58313A is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 49 | 58 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.65 |
| HSL | 346.15º | 0.28% | 0.27% | - |
| HSV(B) | 346.15º | 0.44% | 0.35% | - |
| XYZ | 5.89 | 4.58 | 4.58 | - |
| YUV | 61.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 49 | 58 | 0 | 0.44 | 0.34 | 0.65 | 346.15 | 0.28 | 0.27 |
| Hex | 58 | 31 | 3A | 0 | 2C | 22 | 41 | 15A | 1C | 1B |
| Octal | 130 | 61 | 72 | 0 | 54 | 42 | 101 | 532 | 34 | 33 |
| Binary | 1011000 | 110001 | 111010 | 0 | 101100 | 100010 | 1000001 | 101011010 | 11100 | 11011 |
Color Harmonies of #58313A
Complementary color
Monochromatic Colors of #58313A
Black with #58313A
Text Example
Text Example
White with #58313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58313A; }
p { color: rgb(88,49,58); }
H1.HeaderClassName
{
color: #58313A;
}
.AnyTagClassName
{
color: #58313A;
}
</style>
background-color css
<style>
a { background-color: #58313A; }
a { background-color: rgb(88,49,58); }
div.DivClassName
{
background-color: #58313A;
}
.BgClassName
{
background-color: #58313A;
}
</style>
border-color css
<style>
span { border-color: #58313A; }
span { border-color: rgb(88,49,58); }
td.TdClassName
{
border-color: #58313A;
}
.TagClassName
{
border-color: #58313A;
}
</style>