Shades of Wine Berry #4A2A32
Tints of Wine Berry #4A2A32
RGB
CMYK
RGB Variations
Color information
#4A2A32 (or 0x4A2A32) is known color: Wine Berry. HEX triplet: 4A, 2A and 32. RGB value is (74,42,50). Sum of RGB (Red+Green+Blue) = 74+42+50=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2A32 is #B5D5CD. Grayscale: #343434. Windows color (decimal): -11916750 or 3287626. OLE color: 3287626.
HSL color Cylindrical-coordinate representation of color #4A2A32: hue angle of 345º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A2A32 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 42 | 50 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.71 |
| HSL | 345º | 0.28% | 0.23% | - |
| HSV(B) | 345º | 0.43% | 0.29% | - |
| XYZ | 4.23 | 3.34 | 3.44 | - |
| YUV | 52.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 42 | 50 | 0 | 0.43 | 0.32 | 0.71 | 345 | 0.28 | 0.23 |
| Hex | 4A | 2A | 32 | 0 | 2B | 20 | 47 | 159 | 1C | 17 |
| Octal | 112 | 52 | 62 | 0 | 53 | 40 | 107 | 531 | 34 | 27 |
| Binary | 1001010 | 101010 | 110010 | 0 | 101011 | 100000 | 1000111 | 101011001 | 11100 | 10111 |
Color Harmonies of #4A2A32
Complementary color
Monochromatic Colors of #4A2A32
Black with #4A2A32
Text Example
Text Example
White with #4A2A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2A32; }
p { color: rgb(74,42,50); }
H1.HeaderClassName
{
color: #4A2A32;
}
.AnyTagClassName
{
color: #4A2A32;
}
</style>
background-color css
<style>
a { background-color: #4A2A32; }
a { background-color: rgb(74,42,50); }
div.DivClassName
{
background-color: #4A2A32;
}
.BgClassName
{
background-color: #4A2A32;
}
</style>
border-color css
<style>
span { border-color: #4A2A32; }
span { border-color: rgb(74,42,50); }
td.TdClassName
{
border-color: #4A2A32;
}
.TagClassName
{
border-color: #4A2A32;
}
</style>