Shades of Wine Berry #4A3239
Tints of Wine Berry #4A3239
RGB
CMYK
RGB Variations
Color information
#4A3239 (or 0x4A3239) is known color: Wine Berry. HEX triplet: 4A, 32 and 39. RGB value is (74,50,57). Sum of RGB (Red+Green+Blue) = 74+50+57=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3239 is #B5CDC6. Grayscale: #393939. Windows color (decimal): -11914695 or 3748426. OLE color: 3748426.
HSL color Cylindrical-coordinate representation of color #4A3239: hue angle of 342.5º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A3239 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 50 | 57 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.71 |
| HSL | 342.5º | 0.19% | 0.24% | - |
| HSV(B) | 342.5º | 0.32% | 0.29% | - |
| XYZ | 4.7 | 4.03 | 4.4 | - |
| YUV | 57.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 57 | 0 | 0.32 | 0.23 | 0.71 | 342.5 | 0.19 | 0.24 |
| Hex | 4A | 32 | 39 | 0 | 20 | 17 | 47 | 156 | 13 | 18 |
| Octal | 112 | 62 | 71 | 0 | 40 | 27 | 107 | 526 | 23 | 30 |
| Binary | 1001010 | 110010 | 111001 | 0 | 100000 | 10111 | 1000111 | 101010110 | 10011 | 11000 |
Color Harmonies of #4A3239
Complementary color
Monochromatic Colors of #4A3239
Black with #4A3239
Text Example
Text Example
White with #4A3239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3239; }
p { color: rgb(74,50,57); }
H1.HeaderClassName
{
color: #4A3239;
}
.AnyTagClassName
{
color: #4A3239;
}
</style>
background-color css
<style>
a { background-color: #4A3239; }
a { background-color: rgb(74,50,57); }
div.DivClassName
{
background-color: #4A3239;
}
.BgClassName
{
background-color: #4A3239;
}
</style>
border-color css
<style>
span { border-color: #4A3239; }
span { border-color: rgb(74,50,57); }
td.TdClassName
{
border-color: #4A3239;
}
.TagClassName
{
border-color: #4A3239;
}
</style>