Shades of Wine Berry #4E343B
Tints of Wine Berry #4E343B
RGB
CMYK
RGB Variations
Color information
#4E343B (or 0x4E343B) is known color: Wine Berry. HEX triplet: 4E, 34 and 3B. RGB value is (78,52,59). Sum of RGB (Red+Green+Blue) = 78+52+59=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E343B is #B1CBC4. Grayscale: #3C3C3C. Windows color (decimal): -11652037 or 3880014. OLE color: 3880014.
HSL color Cylindrical-coordinate representation of color #4E343B: hue angle of 343.85º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E343B is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 52 | 59 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.69 |
| HSL | 343.85º | 0.2% | 0.25% | - |
| HSV(B) | 343.85º | 0.33% | 0.31% | - |
| XYZ | 5.16 | 4.39 | 4.71 | - |
| YUV | 60.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 59 | 0 | 0.33 | 0.24 | 0.69 | 343.85 | 0.2 | 0.25 |
| Hex | 4E | 34 | 3B | 0 | 21 | 18 | 45 | 158 | 14 | 19 |
| Octal | 116 | 64 | 73 | 0 | 41 | 30 | 105 | 530 | 24 | 31 |
| Binary | 1001110 | 110100 | 111011 | 0 | 100001 | 11000 | 1000101 | 101011000 | 10100 | 11001 |
Color Harmonies of #4E343B
Complementary color
Monochromatic Colors of #4E343B
Black with #4E343B
Text Example
Text Example
White with #4E343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E343B; }
p { color: rgb(78,52,59); }
H1.HeaderClassName
{
color: #4E343B;
}
.AnyTagClassName
{
color: #4E343B;
}
</style>
background-color css
<style>
a { background-color: #4E343B; }
a { background-color: rgb(78,52,59); }
div.DivClassName
{
background-color: #4E343B;
}
.BgClassName
{
background-color: #4E343B;
}
</style>
border-color css
<style>
span { border-color: #4E343B; }
span { border-color: rgb(78,52,59); }
td.TdClassName
{
border-color: #4E343B;
}
.TagClassName
{
border-color: #4E343B;
}
</style>