Html Css Color HEX #4E343C Wine Berry

📋 copy color: '#4E343C'

red 78 ◦ green 52 ◦ blue 60

#4E343C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wine Berry #4E343C

Tints of Wine Berry #4E343C

RGB

 RED value IS 78 (30.86% from 255) = 41.05%

 GREEN value IS 52 (20.7% from 255) = 27.37%

 BLUE value IS 60 (23.83% from 255) = 31.58%

R = 41.05%
G = 27.37%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#4E343C (or 0x4E343C) is known color: Wine Berry. HEX triplet: 4E, 34 and 3C. RGB value is (78,52,60). Sum of RGB (Red+Green+Blue) = 78+52+60=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 78 - color contains mainly: red. Hex color #4E343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E343C is #B1CBC3. Grayscale: #3C3C3C. Windows color (decimal): -11652036 or 3945550. OLE color: 3945550.

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

Color convert

RGB 78 52 60 -
CMYK 0 0.33 0.23 0.69
HSL 341.54º 0.2% 0.25% -
HSV(B) 341.54º 0.33% 0.31% -
XYZ 5.19 4.4 4.85 -
YUV 60.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 78 52 60 0 0.33 0.23 0.69 341.54 0.2 0.25
Hex 4E 34 3C 0 21 17 45 156 14 19
Octal 116 64 74 0 41 27 105 526 24 31
Binary 1001110 110100 111100 0 100001 10111 1000101 101010110 10100 11001

Color Harmonies of #4E343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E343C

Black with #4E343C

Text Example


Text Example

White with #4E343C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E343C;
 }
 .AnyTagClassName
 {
   color: #4E343C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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