Html Css Color HEX #4D343C Wine Berry

📋 copy color: '#4D343C'

red 77 ◦ green 52 ◦ blue 60

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

Shades of Wine Berry #4D343C

Tints of Wine Berry #4D343C

RGB

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

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

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

R = 40.74%
G = 27.51%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4D343C (or 0x4D343C) is known color: Wine Berry. HEX triplet: 4D, 34 and 3C. RGB value is (77,52,60). Sum of RGB (Red+Green+Blue) = 77+52+60=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 77 - color contains mainly: red. Hex color #4D343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D343C is #B2CBC3. Grayscale: #3C3C3C. Windows color (decimal): -11717572 or 3945549. OLE color: 3945549.

HSL color Cylindrical-coordinate representation of color #4D343C: hue angle of 340.8º 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 #4D343C is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 52 60 -
CMYK 0 0.32 0.22 0.70
HSL 340.8º 0.19% 0.25% -
HSV(B) 340.8º 0.32% 0.3% -
XYZ 5.1 4.36 4.85 -
YUV 60.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 77 52 60 0 0.32 0.22 0.70 340.8 0.19 0.25
Hex 4D 34 3C 0 20 16 46 155 13 19
Octal 115 64 74 0 40 26 106 525 23 31
Binary 1001101 110100 111100 0 100000 10110 1000110 101010101 10011 11001

Color Harmonies of #4D343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D343C

Black with #4D343C

Text Example


Text Example

White with #4D343C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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