Shades of Wine Berry #4E353C
Tints of Wine Berry #4E353C
RGB
CMYK
RGB Variations
Color information
#4E353C (or 0x4E353C) is known color: Wine Berry. HEX triplet: 4E, 35 and 3C. RGB value is (78,53,60). Sum of RGB (Red+Green+Blue) = 78+53+60=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E353C is #B1CAC3. Grayscale: #3D3D3D. Windows color (decimal): -11651780 or 3945806. OLE color: 3945806.
HSL color Cylindrical-coordinate representation of color #4E353C: hue angle of 343.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E353C is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 53 | 60 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.69 |
| HSL | 343.2º | 0.19% | 0.26% | - |
| HSV(B) | 343.2º | 0.32% | 0.31% | - |
| XYZ | 5.23 | 4.49 | 4.87 | - |
| YUV | 61.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 60 | 0 | 0.32 | 0.23 | 0.69 | 343.2 | 0.19 | 0.26 |
| Hex | 4E | 35 | 3C | 0 | 20 | 17 | 45 | 157 | 13 | 1A |
| Octal | 116 | 65 | 74 | 0 | 40 | 27 | 105 | 527 | 23 | 32 |
| Binary | 1001110 | 110101 | 111100 | 0 | 100000 | 10111 | 1000101 | 101010111 | 10011 | 11010 |
Color Harmonies of #4E353C
Complementary color
Monochromatic Colors of #4E353C
Black with #4E353C
Text Example
Text Example
White with #4E353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E353C; }
p { color: rgb(78,53,60); }
H1.HeaderClassName
{
color: #4E353C;
}
.AnyTagClassName
{
color: #4E353C;
}
</style>
background-color css
<style>
a { background-color: #4E353C; }
a { background-color: rgb(78,53,60); }
div.DivClassName
{
background-color: #4E353C;
}
.BgClassName
{
background-color: #4E353C;
}
</style>
border-color css
<style>
span { border-color: #4E353C; }
span { border-color: rgb(78,53,60); }
td.TdClassName
{
border-color: #4E353C;
}
.TagClassName
{
border-color: #4E353C;
}
</style>