Html Css Color HEX #4D323B Wine Berry

📋 copy color: '#4D323B'

red 77 ◦ green 50 ◦ blue 59

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

Shades of Wine Berry #4D323B

Tints of Wine Berry #4D323B

RGB

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

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

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

R = 41.4%
G = 26.88%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.70

RGB Variations

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

Color information

#4D323B (or 0x4D323B) is known color: Wine Berry. HEX triplet: 4D, 32 and 3B. RGB value is (77,50,59). Sum of RGB (Red+Green+Blue) = 77+50+59=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 77 - color contains mainly: red. Hex color #4D323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D323B is #B2CDC4. Grayscale: #3B3B3B. Windows color (decimal): -11718085 or 3879501. OLE color: 3879501.

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

Color convert

RGB 77 50 59 -
CMYK 0 0.35 0.23 0.70
HSL 340º 0.21% 0.25% -
HSV(B) 340º 0.35% 0.3% -
XYZ 4.99 4.17 4.68 -
YUV 59.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 77 50 59 0 0.35 0.23 0.70 340 0.21 0.25
Hex 4D 32 3B 0 23 17 46 154 15 19
Octal 115 62 73 0 43 27 106 524 25 31
Binary 1001101 110010 111011 0 100011 10111 1000110 101010100 10101 11001

Color Harmonies of #4D323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D323B

Black with #4D323B

Text Example


Text Example

White with #4D323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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