Shades of Wine Berry #582C35
Tints of Wine Berry #582C35
RGB
CMYK
RGB Variations
Color information
#582C35 (or 0x582C35) is known color: Wine Berry. HEX triplet: 58, 2C and 35. RGB value is (88,44,53). Sum of RGB (Red+Green+Blue) = 88+44+53=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #582C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C35 is #A7D3CA. Grayscale: #3A3A3A. Windows color (decimal): -10998731 or 3484760. OLE color: 3484760.
HSL color Cylindrical-coordinate representation of color #582C35: hue angle of 347.73º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #582C35 is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 44 | 53 | - |
| CMYK | 0 | 0.5 | 0.40 | 0.65 |
| HSL | 347.73º | 0.33% | 0.26% | - |
| HSV(B) | 347.73º | 0.5% | 0.35% | - |
| XYZ | 5.57 | 4.13 | 3.87 | - |
| YUV | 58.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 53 | 0 | 0.5 | 0.40 | 0.65 | 347.73 | 0.33 | 0.26 |
| Hex | 58 | 2C | 35 | 0 | 32 | 28 | 41 | 15C | 21 | 1A |
| Octal | 130 | 54 | 65 | 0 | 62 | 50 | 101 | 534 | 41 | 32 |
| Binary | 1011000 | 101100 | 110101 | 0 | 110010 | 101000 | 1000001 | 101011100 | 100001 | 11010 |
Color Harmonies of #582C35
Complementary color
Monochromatic Colors of #582C35
Black with #582C35
Text Example
Text Example
White with #582C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C35; }
p { color: rgb(88,44,53); }
H1.HeaderClassName
{
color: #582C35;
}
.AnyTagClassName
{
color: #582C35;
}
</style>
background-color css
<style>
a { background-color: #582C35; }
a { background-color: rgb(88,44,53); }
div.DivClassName
{
background-color: #582C35;
}
.BgClassName
{
background-color: #582C35;
}
</style>
border-color css
<style>
span { border-color: #582C35; }
span { border-color: rgb(88,44,53); }
td.TdClassName
{
border-color: #582C35;
}
.TagClassName
{
border-color: #582C35;
}
</style>