#4E343A

Color #4E343A Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #4E343A

Tints of Wine Berry #4E343A

Color information

#4E343A (or 0x4E343A) is unknown color: approx Wine Berry. HEX triplet: 4E, 34 and 3A. RGB value is (78,52,58). Sum of RGB (Red+Green+Blue) = 78+52+58=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E343A is #B1CBC5. Grayscale: #3C3C3C. Windows color (decimal): -11652038 or 3814478. OLE color: 3814478.

HSL color Cylindrical-coordinate representation of color #4E343A: hue angle of 346.15º 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 #4E343A is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB785258-
CMYK00.330.260.69
HSL346.15º20%25.49%-
HSV(B)346.15º33.33%30.59%-
XYZ5.134.384.58-
YUV60.46126.61140.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 41.49%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=41.49%
G=27.66%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78525800.330.260.69346.152025.49
Hex4E343A0211A4515a1419
Octal1166472041321055322431
Binary100111011010011101001000011101010001011010110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E343A; }

 p { color: rgb(78,52,58); }

 H1.HeaderClassName
 {
   color: #4E343A;
 }
 .AnyTagClassName
 {
   color: #4E343A;
 }
</style>
background-color css

<style>
 a { background-color: #4E343A; }

 a { background-color: rgb(78,52,58); }

 div.DivClassName
 {
   background-color: #4E343A;
 }
 .BgClassName
 {
   background-color: #4E343A;
 }
</style>
border-color css

<style>
 span { border-color: #4E343A; }

 span { border-color: rgb(78,52,58); }

 td.TdClassName
 {
   border-color: #4E343A;
 }
 .TagClassName
 {
   border-color: #4E343A;
 }
</style>