#4D323B

Color #4D323B Wine Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wine Berry #4D323B

Tints of Wine Berry #4D323B

Color information

#4D323B (or 0x4D323B) is unknown color: approx 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

RGB775059-
CMYK00.350.230.70
HSL340º21.26%24.9%-
HSV(B)340º35.06%30.2%-
XYZ4.994.174.68-
YUV59.1127.95140.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.40%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 59 (23.44% from 255) = 31.72%
R=41.40%
G=26.88%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77505900.350.230.7034021.2624.9
Hex4D323B02317461541519
Octal1156273043271065242531
Binary100110111001011101101000111011110001101010101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>