Html Css Color HEX #4D323A Wine Berry

📋 copy color: '#4D323A'

red 77 ◦ green 50 ◦ blue 58

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

Shades of Wine Berry #4D323A

Tints of Wine Berry #4D323A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 41.62%
G = 27.03%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#4D323A (or 0x4D323A) is known color: Wine Berry. HEX triplet: 4D, 32 and 3A. RGB value is (77,50,58). Sum of RGB (Red+Green+Blue) = 77+50+58=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D323A is #B2CDC5. Grayscale: #3A3A3A. Windows color (decimal): -11718086 or 3813965. OLE color: 3813965.

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

Color convert

RGB 77 50 58 -
CMYK 0 0.35 0.25 0.70
HSL 342.22º 0.21% 0.25% -
HSV(B) 342.22º 0.35% 0.3% -
XYZ 4.96 4.16 4.55 -
YUV 58.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 77 50 58 0 0.35 0.25 0.70 342.22 0.21 0.25
Hex 4D 32 3A 0 23 19 46 156 15 19
Octal 115 62 72 0 43 31 106 526 25 31
Binary 1001101 110010 111010 0 100011 11001 1000110 101010110 10101 11001

Color Harmonies of #4D323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D323A

Black with #4D323A

Text Example


Text Example

White with #4D323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,50,58); }

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

background-color css

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

 a { background-color: rgb(77,50,58); }

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

border-color css

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

 span { border-color: rgb(77,50,58); }

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