#4E2C34

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

Shades of Wine Berry #4E2C34

Tints of Wine Berry #4E2C34

Color information

#4E2C34 (or 0x4E2C34) is unknown color: approx Wine Berry. HEX triplet: 4E, 2C and 34. RGB value is (78,44,52). Sum of RGB (Red+Green+Blue) = 78+44+52=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2C34 is #B1D3CB. Grayscale: #373737. Windows color (decimal): -11654092 or 3419214. OLE color: 3419214.

HSL color Cylindrical-coordinate representation of color #4E2C34: hue angle of 345.88º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E2C34 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB784452-
CMYK00.440.330.69
HSL345.88º27.87%23.92%-
HSV(B)345.88º43.59%30.59%-
XYZ4.663.673.71-
YUV55.08126.26144.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.83%
GREEN value IS 44 (17.58% from 255) = 25.29%
BLUE value IS 52 (20.70% from 255) = 29.89%
R=44.83%
G=25.29%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78445200.440.330.69345.8827.8723.92
Hex4E2C3402C214515a1c18
Octal1165464054411055323430
Binary1001110101100110100010110010000110001011010110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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