Html Css Color HEX #4E2B34 Wine Berry

📋 copy color: '#4E2B34'

red 78 ◦ green 43 ◦ blue 52

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

Shades of Wine Berry #4E2B34

Tints of Wine Berry #4E2B34

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.86%

 BLUE value IS 52 (20.7% from 255) = 30.06%

R = 45.09%
G = 24.86%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#4E2B34 (or 0x4E2B34) is known color: Wine Berry. HEX triplet: 4E, 2B and 34. RGB value is (78,43,52). Sum of RGB (Red+Green+Blue) = 78+43+52=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2B34 is #B1D4CB. Grayscale: #363636. Windows color (decimal): -11654348 or 3418958. OLE color: 3418958.

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

Color convert

RGB 78 43 52 -
CMYK 0 0.45 0.33 0.69
HSL 344.57º 0.29% 0.24% -
HSV(B) 344.57º 0.45% 0.31% -
XYZ 4.63 3.6 3.7 -
YUV 54.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 78 43 52 0 0.45 0.33 0.69 344.57 0.29 0.24
Hex 4E 2B 34 0 2D 21 45 159 1D 18
Octal 116 53 64 0 55 41 105 531 35 30
Binary 1001110 101011 110100 0 101101 100001 1000101 101011001 11101 11000

Color Harmonies of #4E2B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2B34

Black with #4E2B34

Text Example


Text Example

White with #4E2B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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