Shades of Wine Berry #58313D
Tints of Wine Berry #58313D
RGB
CMYK
RGB Variations
Color information
#58313D (or 0x58313D) is known color: Wine Berry. HEX triplet: 58, 31 and 3D. RGB value is (88,49,61). Sum of RGB (Red+Green+Blue) = 88+49+61=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58313D is #A7CEC2. Grayscale: #3E3E3E. Windows color (decimal): -10997443 or 4010328. OLE color: 4010328.
HSL color Cylindrical-coordinate representation of color #58313D: hue angle of 341.54º 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 #58313D is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 49 | 61 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.65 |
| HSL | 341.54º | 0.28% | 0.27% | - |
| HSV(B) | 341.54º | 0.44% | 0.35% | - |
| XYZ | 5.97 | 4.61 | 4.99 | - |
| YUV | 62.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 49 | 61 | 0 | 0.44 | 0.31 | 0.65 | 341.54 | 0.28 | 0.27 |
| Hex | 58 | 31 | 3D | 0 | 2C | 1F | 41 | 156 | 1C | 1B |
| Octal | 130 | 61 | 75 | 0 | 54 | 37 | 101 | 526 | 34 | 33 |
| Binary | 1011000 | 110001 | 111101 | 0 | 101100 | 11111 | 1000001 | 101010110 | 11100 | 11011 |
Color Harmonies of #58313D
Complementary color
Monochromatic Colors of #58313D
Black with #58313D
Text Example
Text Example
White with #58313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58313D; }
p { color: rgb(88,49,61); }
H1.HeaderClassName
{
color: #58313D;
}
.AnyTagClassName
{
color: #58313D;
}
</style>
background-color css
<style>
a { background-color: #58313D; }
a { background-color: rgb(88,49,61); }
div.DivClassName
{
background-color: #58313D;
}
.BgClassName
{
background-color: #58313D;
}
</style>
border-color css
<style>
span { border-color: #58313D; }
span { border-color: rgb(88,49,61); }
td.TdClassName
{
border-color: #58313D;
}
.TagClassName
{
border-color: #58313D;
}
</style>