Shades of Wine Berry #582C33
Tints of Wine Berry #582C33
RGB
CMYK
RGB Variations
Color information
#582C33 (or 0x582C33) is known color: Wine Berry. HEX triplet: 58, 2C and 33. RGB value is (88,44,51). Sum of RGB (Red+Green+Blue) = 88+44+51=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #582C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C33 is #A7D3CC. Grayscale: #393939. Windows color (decimal): -10998733 or 3353688. OLE color: 3353688.
HSL color Cylindrical-coordinate representation of color #582C33: hue angle of 350.45º 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 #582C33 is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 44 | 51 | - |
| CMYK | 0 | 0.5 | 0.42 | 0.65 |
| HSL | 350.45º | 0.33% | 0.26% | - |
| HSV(B) | 350.45º | 0.5% | 0.35% | - |
| XYZ | 5.52 | 4.12 | 3.64 | - |
| YUV | 57.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 51 | 0 | 0.5 | 0.42 | 0.65 | 350.45 | 0.33 | 0.26 |
| Hex | 58 | 2C | 33 | 0 | 32 | 2A | 41 | 15E | 21 | 1A |
| Octal | 130 | 54 | 63 | 0 | 62 | 52 | 101 | 536 | 41 | 32 |
| Binary | 1011000 | 101100 | 110011 | 0 | 110010 | 101010 | 1000001 | 101011110 | 100001 | 11010 |
Color Harmonies of #582C33
Complementary color
Monochromatic Colors of #582C33
Black with #582C33
Text Example
Text Example
White with #582C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C33; }
p { color: rgb(88,44,51); }
H1.HeaderClassName
{
color: #582C33;
}
.AnyTagClassName
{
color: #582C33;
}
</style>
background-color css
<style>
a { background-color: #582C33; }
a { background-color: rgb(88,44,51); }
div.DivClassName
{
background-color: #582C33;
}
.BgClassName
{
background-color: #582C33;
}
</style>
border-color css
<style>
span { border-color: #582C33; }
span { border-color: rgb(88,44,51); }
td.TdClassName
{
border-color: #582C33;
}
.TagClassName
{
border-color: #582C33;
}
</style>