Shades of Wine Berry #4E333C
Tints of Wine Berry #4E333C
RGB
CMYK
RGB Variations
Color information
#4E333C (or 0x4E333C) is known color: Wine Berry. HEX triplet: 4E, 33 and 3C. RGB value is (78,51,60). Sum of RGB (Red+Green+Blue) = 78+51+60=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E333C is #B1CCC3. Grayscale: #3C3C3C. Windows color (decimal): -11652292 or 3945294. OLE color: 3945294.
HSL color Cylindrical-coordinate representation of color #4E333C: hue angle of 340º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E333C is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 51 | 60 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.69 |
| HSL | 340º | 0.21% | 0.25% | - |
| HSV(B) | 340º | 0.35% | 0.31% | - |
| XYZ | 5.14 | 4.31 | 4.84 | - |
| YUV | 60.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 60 | 0 | 0.35 | 0.23 | 0.69 | 340 | 0.21 | 0.25 |
| Hex | 4E | 33 | 3C | 0 | 23 | 17 | 45 | 154 | 15 | 19 |
| Octal | 116 | 63 | 74 | 0 | 43 | 27 | 105 | 524 | 25 | 31 |
| Binary | 1001110 | 110011 | 111100 | 0 | 100011 | 10111 | 1000101 | 101010100 | 10101 | 11001 |
Color Harmonies of #4E333C
Complementary color
Monochromatic Colors of #4E333C
Black with #4E333C
Text Example
Text Example
White with #4E333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E333C; }
p { color: rgb(78,51,60); }
H1.HeaderClassName
{
color: #4E333C;
}
.AnyTagClassName
{
color: #4E333C;
}
</style>
background-color css
<style>
a { background-color: #4E333C; }
a { background-color: rgb(78,51,60); }
div.DivClassName
{
background-color: #4E333C;
}
.BgClassName
{
background-color: #4E333C;
}
</style>
border-color css
<style>
span { border-color: #4E333C; }
span { border-color: rgb(78,51,60); }
td.TdClassName
{
border-color: #4E333C;
}
.TagClassName
{
border-color: #4E333C;
}
</style>