Shades of Wine Berry #582E36
Tints of Wine Berry #582E36
RGB
CMYK
RGB Variations
Color information
#582E36 (or 0x582E36) is known color: Wine Berry. HEX triplet: 58, 2E and 36. RGB value is (88,46,54). Sum of RGB (Red+Green+Blue) = 88+46+54=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #582E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582E36 is #A7D1C9. Grayscale: #3B3B3B. Windows color (decimal): -10998218 or 3550808. OLE color: 3550808.
HSL color Cylindrical-coordinate representation of color #582E36: hue angle of 348.57º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #582E36 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 46 | 54 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.65 |
| HSL | 348.57º | 0.31% | 0.26% | - |
| HSV(B) | 348.57º | 0.48% | 0.35% | - |
| XYZ | 5.67 | 4.3 | 4.02 | - |
| YUV | 59.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 46 | 54 | 0 | 0.48 | 0.39 | 0.65 | 348.57 | 0.31 | 0.26 |
| Hex | 58 | 2E | 36 | 0 | 30 | 27 | 41 | 15D | 1F | 1A |
| Octal | 130 | 56 | 66 | 0 | 60 | 47 | 101 | 535 | 37 | 32 |
| Binary | 1011000 | 101110 | 110110 | 0 | 110000 | 100111 | 1000001 | 101011101 | 11111 | 11010 |
Color Harmonies of #582E36
Complementary color
Monochromatic Colors of #582E36
Black with #582E36
Text Example
Text Example
White with #582E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582E36; }
p { color: rgb(88,46,54); }
H1.HeaderClassName
{
color: #582E36;
}
.AnyTagClassName
{
color: #582E36;
}
</style>
background-color css
<style>
a { background-color: #582E36; }
a { background-color: rgb(88,46,54); }
div.DivClassName
{
background-color: #582E36;
}
.BgClassName
{
background-color: #582E36;
}
</style>
border-color css
<style>
span { border-color: #582E36; }
span { border-color: rgb(88,46,54); }
td.TdClassName
{
border-color: #582E36;
}
.TagClassName
{
border-color: #582E36;
}
</style>