Shades of Wine Berry #4E363C
Tints of Wine Berry #4E363C
RGB
CMYK
RGB Variations
Color information
#4E363C (or 0x4E363C) is known color: Wine Berry. HEX triplet: 4E, 36 and 3C. RGB value is (78,54,60). Sum of RGB (Red+Green+Blue) = 78+54+60=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 78 - color contains mainly: red. Hex color #4E363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E363C is #B1C9C3. Grayscale: #3D3D3D. Windows color (decimal): -11651524 or 3946062. OLE color: 3946062.
HSL color Cylindrical-coordinate representation of color #4E363C: hue angle of 345º 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 #4E363C is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 54 | 60 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.69 |
| HSL | 345º | 0.18% | 0.26% | - |
| HSV(B) | 345º | 0.31% | 0.31% | - |
| XYZ | 5.28 | 4.58 | 4.88 | - |
| YUV | 61.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 60 | 0 | 0.31 | 0.23 | 0.69 | 345 | 0.18 | 0.26 |
| Hex | 4E | 36 | 3C | 0 | 1F | 17 | 45 | 159 | 12 | 1A |
| Octal | 116 | 66 | 74 | 0 | 37 | 27 | 105 | 531 | 22 | 32 |
| Binary | 1001110 | 110110 | 111100 | 0 | 11111 | 10111 | 1000101 | 101011001 | 10010 | 11010 |
Color Harmonies of #4E363C
Complementary color
Monochromatic Colors of #4E363C
Black with #4E363C
Text Example
Text Example
White with #4E363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E363C; }
p { color: rgb(78,54,60); }
H1.HeaderClassName
{
color: #4E363C;
}
.AnyTagClassName
{
color: #4E363C;
}
</style>
background-color css
<style>
a { background-color: #4E363C; }
a { background-color: rgb(78,54,60); }
div.DivClassName
{
background-color: #4E363C;
}
.BgClassName
{
background-color: #4E363C;
}
</style>
border-color css
<style>
span { border-color: #4E363C; }
span { border-color: rgb(78,54,60); }
td.TdClassName
{
border-color: #4E363C;
}
.TagClassName
{
border-color: #4E363C;
}
</style>