Html Css Color HEX #4D343B Wine Berry

📋 copy color: '#4D343B'

red 77 ◦ green 52 ◦ blue 59

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

Shades of Wine Berry #4D343B

Tints of Wine Berry #4D343B

RGB

 RED value IS 77 (30.47% from 255) = 40.96%

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

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

R = 40.96%
G = 27.66%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.70

RGB Variations

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

Color information

#4D343B (or 0x4D343B) is known color: Wine Berry. HEX triplet: 4D, 34 and 3B. RGB value is (77,52,59). Sum of RGB (Red+Green+Blue) = 77+52+59=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D343B is #B2CBC4. Grayscale: #3C3C3C. Windows color (decimal): -11717573 or 3880013. OLE color: 3880013.

HSL color Cylindrical-coordinate representation of color #4D343B: hue angle of 343.2º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D343B is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 52 59 -
CMYK 0 0.32 0.23 0.70
HSL 343.2º 0.19% 0.25% -
HSV(B) 343.2º 0.32% 0.3% -
XYZ 5.08 4.35 4.71 -
YUV 60.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 77 52 59 0 0.32 0.23 0.70 343.2 0.19 0.25
Hex 4D 34 3B 0 20 17 46 157 13 19
Octal 115 64 73 0 40 27 106 527 23 31
Binary 1001101 110100 111011 0 100000 10111 1000110 101010111 10011 11001

Color Harmonies of #4D343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D343B

Black with #4D343B

Text Example


Text Example

White with #4D343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,52,59); }

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

background-color css

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

 a { background-color: rgb(77,52,59); }

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

border-color css

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

 span { border-color: rgb(77,52,59); }

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