Shades of Wine Berry #4E3238
Tints of Wine Berry #4E3238
RGB
CMYK
RGB Variations
Color information
#4E3238 (or 0x4E3238) is known color: Wine Berry. HEX triplet: 4E, 32 and 38. RGB value is (78,50,56). Sum of RGB (Red+Green+Blue) = 78+50+56=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3238 is #B1CDC7. Grayscale: #3B3B3B. Windows color (decimal): -11652552 or 3682894. OLE color: 3682894.
HSL color Cylindrical-coordinate representation of color #4E3238: hue angle of 347.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E3238 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 50 | 56 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.69 |
| HSL | 347.14º | 0.22% | 0.25% | - |
| HSV(B) | 347.14º | 0.36% | 0.31% | - |
| XYZ | 5 | 4.19 | 4.29 | - |
| YUV | 59.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 56 | 0 | 0.36 | 0.28 | 0.69 | 347.14 | 0.22 | 0.25 |
| Hex | 4E | 32 | 38 | 0 | 24 | 1C | 45 | 15B | 16 | 19 |
| Octal | 116 | 62 | 70 | 0 | 44 | 34 | 105 | 533 | 26 | 31 |
| Binary | 1001110 | 110010 | 111000 | 0 | 100100 | 11100 | 1000101 | 101011011 | 10110 | 11001 |
Color Harmonies of #4E3238
Complementary color
Monochromatic Colors of #4E3238
Black with #4E3238
Text Example
Text Example
White with #4E3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3238; }
p { color: rgb(78,50,56); }
H1.HeaderClassName
{
color: #4E3238;
}
.AnyTagClassName
{
color: #4E3238;
}
</style>
background-color css
<style>
a { background-color: #4E3238; }
a { background-color: rgb(78,50,56); }
div.DivClassName
{
background-color: #4E3238;
}
.BgClassName
{
background-color: #4E3238;
}
</style>
border-color css
<style>
span { border-color: #4E3238; }
span { border-color: rgb(78,50,56); }
td.TdClassName
{
border-color: #4E3238;
}
.TagClassName
{
border-color: #4E3238;
}
</style>