Shades of Wine Berry #4E363B
Tints of Wine Berry #4E363B
RGB
CMYK
RGB Variations
Color information
#4E363B (or 0x4E363B) is known color: Wine Berry. HEX triplet: 4E, 36 and 3B. RGB value is (78,54,59). Sum of RGB (Red+Green+Blue) = 78+54+59=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 78 - color contains mainly: red. Hex color #4E363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E363B is #B1C9C4. Grayscale: #3D3D3D. Windows color (decimal): -11651525 or 3880526. OLE color: 3880526.
HSL color Cylindrical-coordinate representation of color #4E363B: hue angle of 347.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E363B is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 54 | 59 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.69 |
| HSL | 347.5º | 0.18% | 0.26% | - |
| HSV(B) | 347.5º | 0.31% | 0.31% | - |
| XYZ | 5.25 | 4.57 | 4.74 | - |
| YUV | 61.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 59 | 0 | 0.31 | 0.24 | 0.69 | 347.5 | 0.18 | 0.26 |
| Hex | 4E | 36 | 3B | 0 | 1F | 18 | 45 | 15C | 12 | 1A |
| Octal | 116 | 66 | 73 | 0 | 37 | 30 | 105 | 534 | 22 | 32 |
| Binary | 1001110 | 110110 | 111011 | 0 | 11111 | 11000 | 1000101 | 101011100 | 10010 | 11010 |
Color Harmonies of #4E363B
Complementary color
Monochromatic Colors of #4E363B
Black with #4E363B
Text Example
Text Example
White with #4E363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E363B; }
p { color: rgb(78,54,59); }
H1.HeaderClassName
{
color: #4E363B;
}
.AnyTagClassName
{
color: #4E363B;
}
</style>
background-color css
<style>
a { background-color: #4E363B; }
a { background-color: rgb(78,54,59); }
div.DivClassName
{
background-color: #4E363B;
}
.BgClassName
{
background-color: #4E363B;
}
</style>
border-color css
<style>
span { border-color: #4E363B; }
span { border-color: rgb(78,54,59); }
td.TdClassName
{
border-color: #4E363B;
}
.TagClassName
{
border-color: #4E363B;
}
</style>