Shades of Wine Berry #582B32
Tints of Wine Berry #582B32
RGB
CMYK
RGB Variations
Color information
#582B32 (or 0x582B32) is known color: Wine Berry. HEX triplet: 58, 2B and 32. RGB value is (88,43,50). Sum of RGB (Red+Green+Blue) = 88+43+50=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #582B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B32 is #A7D4CD. Grayscale: #393939. Windows color (decimal): -10998990 or 3287896. OLE color: 3287896.
HSL color Cylindrical-coordinate representation of color #582B32: hue angle of 350.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #582B32 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 43 | 50 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.65 |
| HSL | 350.67º | 0.34% | 0.26% | - |
| HSV(B) | 350.67º | 0.51% | 0.35% | - |
| XYZ | 5.46 | 4.03 | 3.51 | - |
| YUV | 57.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 50 | 0 | 0.51 | 0.43 | 0.65 | 350.67 | 0.34 | 0.26 |
| Hex | 58 | 2B | 32 | 0 | 33 | 2B | 41 | 15F | 22 | 1A |
| Octal | 130 | 53 | 62 | 0 | 63 | 53 | 101 | 537 | 42 | 32 |
| Binary | 1011000 | 101011 | 110010 | 0 | 110011 | 101011 | 1000001 | 101011111 | 100010 | 11010 |
Color Harmonies of #582B32
Complementary color
Monochromatic Colors of #582B32
Black with #582B32
Text Example
Text Example
White with #582B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582B32; }
p { color: rgb(88,43,50); }
H1.HeaderClassName
{
color: #582B32;
}
.AnyTagClassName
{
color: #582B32;
}
</style>
background-color css
<style>
a { background-color: #582B32; }
a { background-color: rgb(88,43,50); }
div.DivClassName
{
background-color: #582B32;
}
.BgClassName
{
background-color: #582B32;
}
</style>
border-color css
<style>
span { border-color: #582B32; }
span { border-color: rgb(88,43,50); }
td.TdClassName
{
border-color: #582B32;
}
.TagClassName
{
border-color: #582B32;
}
</style>