Shades of Wine Berry #582F3A
Tints of Wine Berry #582F3A
RGB
CMYK
RGB Variations
Color information
#582F3A (or 0x582F3A) is known color: Wine Berry. HEX triplet: 58, 2F and 3A. RGB value is (88,47,58). Sum of RGB (Red+Green+Blue) = 88+47+58=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #582F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F3A is #A7D0C5. Grayscale: #3C3C3C. Windows color (decimal): -10997958 or 3813208. OLE color: 3813208.
HSL color Cylindrical-coordinate representation of color #582F3A: hue angle of 343.9º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #582F3A is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 47 | 58 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.65 |
| HSL | 343.9º | 0.3% | 0.26% | - |
| HSV(B) | 343.9º | 0.47% | 0.35% | - |
| XYZ | 5.8 | 4.41 | 4.55 | - |
| YUV | 60.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 47 | 58 | 0 | 0.47 | 0.34 | 0.65 | 343.9 | 0.3 | 0.26 |
| Hex | 58 | 2F | 3A | 0 | 2F | 22 | 41 | 158 | 1E | 1A |
| Octal | 130 | 57 | 72 | 0 | 57 | 42 | 101 | 530 | 36 | 32 |
| Binary | 1011000 | 101111 | 111010 | 0 | 101111 | 100010 | 1000001 | 101011000 | 11110 | 11010 |
Color Harmonies of #582F3A
Complementary color
Monochromatic Colors of #582F3A
Black with #582F3A
Text Example
Text Example
White with #582F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582F3A; }
p { color: rgb(88,47,58); }
H1.HeaderClassName
{
color: #582F3A;
}
.AnyTagClassName
{
color: #582F3A;
}
</style>
background-color css
<style>
a { background-color: #582F3A; }
a { background-color: rgb(88,47,58); }
div.DivClassName
{
background-color: #582F3A;
}
.BgClassName
{
background-color: #582F3A;
}
</style>
border-color css
<style>
span { border-color: #582F3A; }
span { border-color: rgb(88,47,58); }
td.TdClassName
{
border-color: #582F3A;
}
.TagClassName
{
border-color: #582F3A;
}
</style>