Shades of Wine Berry #4C2C34
Tints of Wine Berry #4C2C34
RGB
CMYK
RGB Variations
Color information
#4C2C34 (or 0x4C2C34) is known color: Wine Berry. HEX triplet: 4C, 2C and 34. RGB value is (76,44,52). Sum of RGB (Red+Green+Blue) = 76+44+52=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2C34 is #B3D3CB. Grayscale: #363636. Windows color (decimal): -11785164 or 3419212. OLE color: 3419212.
HSL color Cylindrical-coordinate representation of color #4C2C34: hue angle of 345º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C2C34 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 44 | 52 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.70 |
| HSL | 345º | 0.27% | 0.24% | - |
| HSV(B) | 345º | 0.42% | 0.3% | - |
| XYZ | 4.5 | 3.59 | 3.7 | - |
| YUV | 54.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 44 | 52 | 0 | 0.42 | 0.32 | 0.70 | 345 | 0.27 | 0.24 |
| Hex | 4C | 2C | 34 | 0 | 2A | 20 | 46 | 159 | 1B | 18 |
| Octal | 114 | 54 | 64 | 0 | 52 | 40 | 106 | 531 | 33 | 30 |
| Binary | 1001100 | 101100 | 110100 | 0 | 101010 | 100000 | 1000110 | 101011001 | 11011 | 11000 |
Color Harmonies of #4C2C34
Complementary color
Monochromatic Colors of #4C2C34
Black with #4C2C34
Text Example
Text Example
White with #4C2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2C34; }
p { color: rgb(76,44,52); }
H1.HeaderClassName
{
color: #4C2C34;
}
.AnyTagClassName
{
color: #4C2C34;
}
</style>
background-color css
<style>
a { background-color: #4C2C34; }
a { background-color: rgb(76,44,52); }
div.DivClassName
{
background-color: #4C2C34;
}
.BgClassName
{
background-color: #4C2C34;
}
</style>
border-color css
<style>
span { border-color: #4C2C34; }
span { border-color: rgb(76,44,52); }
td.TdClassName
{
border-color: #4C2C34;
}
.TagClassName
{
border-color: #4C2C34;
}
</style>