Shades of Wine Berry #582D39
Tints of Wine Berry #582D39
RGB
CMYK
RGB Variations
Color information
#582D39 (or 0x582D39) is known color: Wine Berry. HEX triplet: 58, 2D and 39. RGB value is (88,45,57). Sum of RGB (Red+Green+Blue) = 88+45+57=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #582D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D39 is #A7D2C6. Grayscale: #3B3B3B. Windows color (decimal): -10998471 or 3747160. OLE color: 3747160.
HSL color Cylindrical-coordinate representation of color #582D39: hue angle of 343.26º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #582D39 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 57 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.65 |
| HSL | 343.26º | 0.32% | 0.26% | - |
| HSV(B) | 343.26º | 0.49% | 0.35% | - |
| XYZ | 5.7 | 4.25 | 4.39 | - |
| YUV | 59.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 57 | 0 | 0.49 | 0.35 | 0.65 | 343.26 | 0.32 | 0.26 |
| Hex | 58 | 2D | 39 | 0 | 31 | 23 | 41 | 157 | 20 | 1A |
| Octal | 130 | 55 | 71 | 0 | 61 | 43 | 101 | 527 | 40 | 32 |
| Binary | 1011000 | 101101 | 111001 | 0 | 110001 | 100011 | 1000001 | 101010111 | 100000 | 11010 |
Color Harmonies of #582D39
Complementary color
Monochromatic Colors of #582D39
Black with #582D39
Text Example
Text Example
White with #582D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D39; }
p { color: rgb(88,45,57); }
H1.HeaderClassName
{
color: #582D39;
}
.AnyTagClassName
{
color: #582D39;
}
</style>
background-color css
<style>
a { background-color: #582D39; }
a { background-color: rgb(88,45,57); }
div.DivClassName
{
background-color: #582D39;
}
.BgClassName
{
background-color: #582D39;
}
</style>
border-color css
<style>
span { border-color: #582D39; }
span { border-color: rgb(88,45,57); }
td.TdClassName
{
border-color: #582D39;
}
.TagClassName
{
border-color: #582D39;
}
</style>