Shades of Wine Berry #582E34
Tints of Wine Berry #582E34
RGB
CMYK
RGB Variations
Color information
#582E34 (or 0x582E34) is known color: Wine Berry. HEX triplet: 58, 2E and 34. RGB value is (88,46,52). Sum of RGB (Red+Green+Blue) = 88+46+52=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #582E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582E34 is #A7D1CB. Grayscale: #3B3B3B. Windows color (decimal): -10998220 or 3419736. OLE color: 3419736.
HSL color Cylindrical-coordinate representation of color #582E34: hue angle of 351.43º 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 #582E34 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 46 | 52 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.65 |
| HSL | 351.43º | 0.31% | 0.26% | - |
| HSV(B) | 351.43º | 0.48% | 0.35% | - |
| XYZ | 5.62 | 4.28 | 3.78 | - |
| YUV | 59.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 46 | 52 | 0 | 0.48 | 0.41 | 0.65 | 351.43 | 0.31 | 0.26 |
| Hex | 58 | 2E | 34 | 0 | 30 | 29 | 41 | 15F | 1F | 1A |
| Octal | 130 | 56 | 64 | 0 | 60 | 51 | 101 | 537 | 37 | 32 |
| Binary | 1011000 | 101110 | 110100 | 0 | 110000 | 101001 | 1000001 | 101011111 | 11111 | 11010 |
Color Harmonies of #582E34
Complementary color
Monochromatic Colors of #582E34
Black with #582E34
Text Example
Text Example
White with #582E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582E34; }
p { color: rgb(88,46,52); }
H1.HeaderClassName
{
color: #582E34;
}
.AnyTagClassName
{
color: #582E34;
}
</style>
background-color css
<style>
a { background-color: #582E34; }
a { background-color: rgb(88,46,52); }
div.DivClassName
{
background-color: #582E34;
}
.BgClassName
{
background-color: #582E34;
}
</style>
border-color css
<style>
span { border-color: #582E34; }
span { border-color: rgb(88,46,52); }
td.TdClassName
{
border-color: #582E34;
}
.TagClassName
{
border-color: #582E34;
}
</style>