Shades of Wine Berry #4C3038
Tints of Wine Berry #4C3038
RGB
CMYK
RGB Variations
Color information
#4C3038 (or 0x4C3038) is known color: Wine Berry. HEX triplet: 4C, 30 and 38. RGB value is (76,48,56). Sum of RGB (Red+Green+Blue) = 76+48+56=180 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.22% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3038 is #B3CFC7. Grayscale: #393939. Windows color (decimal): -11784136 or 3682380. OLE color: 3682380.
HSL color Cylindrical-coordinate representation of color #4C3038: hue angle of 342.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C3038 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 48 | 56 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.70 |
| HSL | 342.86º | 0.23% | 0.24% | - |
| HSV(B) | 342.86º | 0.37% | 0.3% | - |
| XYZ | 4.75 | 3.94 | 4.25 | - |
| YUV | 57.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 48 | 56 | 0 | 0.37 | 0.26 | 0.70 | 342.86 | 0.23 | 0.24 |
| Hex | 4C | 30 | 38 | 0 | 25 | 1A | 46 | 157 | 17 | 18 |
| Octal | 114 | 60 | 70 | 0 | 45 | 32 | 106 | 527 | 27 | 30 |
| Binary | 1001100 | 110000 | 111000 | 0 | 100101 | 11010 | 1000110 | 101010111 | 10111 | 11000 |
Color Harmonies of #4C3038
Complementary color
Monochromatic Colors of #4C3038
Black with #4C3038
Text Example
Text Example
White with #4C3038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3038; }
p { color: rgb(76,48,56); }
H1.HeaderClassName
{
color: #4C3038;
}
.AnyTagClassName
{
color: #4C3038;
}
</style>
background-color css
<style>
a { background-color: #4C3038; }
a { background-color: rgb(76,48,56); }
div.DivClassName
{
background-color: #4C3038;
}
.BgClassName
{
background-color: #4C3038;
}
</style>
border-color css
<style>
span { border-color: #4C3038; }
span { border-color: rgb(76,48,56); }
td.TdClassName
{
border-color: #4C3038;
}
.TagClassName
{
border-color: #4C3038;
}
</style>