#4D363C

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

Shades of Wine Berry #4D363C

Tints of Wine Berry #4D363C

Color information

#4D363C (or 0x4D363C) is unknown color: approx Wine Berry. HEX triplet: 4D, 36 and 3C. RGB value is (77,54,60). Sum of RGB (Red+Green+Blue) = 77+54+60=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D363C is #B2C9C3. Grayscale: #3D3D3D. Windows color (decimal): -11717060 or 3946061. OLE color: 3946061.

HSL color Cylindrical-coordinate representation of color #4D363C: hue angle of 344.35º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D363C is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB775460-
CMYK00.300.220.70
HSL344.35º17.56%25.69%-
HSV(B)344.35º29.87%30.2%-
XYZ5.24.544.88-
YUV61.56127.12139.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.31%
GREEN value IS 54 (21.48% from 255) = 28.27%
BLUE value IS 60 (23.83% from 255) = 31.41%
R=40.31%
G=28.27%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77546000.300.220.70344.3517.5625.69
Hex4D363C01E1646158121a
Octal1156674036261065302232
Binary10011011101101111000111101011010001101010110001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D363C;
 }
 .AnyTagClassName
 {
   color: #4D363C;
 }
</style>
background-color css

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

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

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

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

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

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