Html Css Color HEX #4E323B Wine Berry

📋 copy color: '#4E323B'

red 78 ◦ green 50 ◦ blue 59

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

Shades of Wine Berry #4E323B

Tints of Wine Berry #4E323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 59 (23.44% from 255) = 31.55%

R = 41.71%
G = 26.74%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#4E323B (or 0x4E323B) is known color: Wine Berry. HEX triplet: 4E, 32 and 3B. RGB value is (78,50,59). Sum of RGB (Red+Green+Blue) = 78+50+59=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E323B is #B1CDC4. Grayscale: #3B3B3B. Windows color (decimal): -11652549 or 3879502. OLE color: 3879502.

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

Color convert

RGB 78 50 59 -
CMYK 0 0.36 0.24 0.69
HSL 340.71º 0.22% 0.25% -
HSV(B) 340.71º 0.36% 0.31% -
XYZ 5.07 4.22 4.68 -
YUV 59.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 78 50 59 0 0.36 0.24 0.69 340.71 0.22 0.25
Hex 4E 32 3B 0 24 18 45 155 16 19
Octal 116 62 73 0 44 30 105 525 26 31
Binary 1001110 110010 111011 0 100100 11000 1000101 101010101 10110 11001

Color Harmonies of #4E323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E323B

Black with #4E323B

Text Example


Text Example

White with #4E323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,50,59); }

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

background-color css

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

 a { background-color: rgb(78,50,59); }

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

border-color css

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

 span { border-color: rgb(78,50,59); }

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