#4D363B

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

Shades of Wine Berry #4D363B

Tints of Wine Berry #4D363B

Color information

#4D363B (or 0x4D363B) is unknown color: approx Wine Berry. HEX triplet: 4D, 36 and 3B. RGB value is (77,54,59). Sum of RGB (Red+Green+Blue) = 77+54+59=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 77 - color contains mainly: red. Hex color #4D363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D363B is #B2C9C4. Grayscale: #3D3D3D. Windows color (decimal): -11717061 or 3880525. OLE color: 3880525.

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

Color convert

RGB775459-
CMYK00.300.230.70
HSL346.96º17.56%25.69%-
HSV(B)346.96º29.87%30.2%-
XYZ5.174.534.74-
YUV61.45126.62139.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.53%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 59 (23.44% from 255) = 31.05%
R=40.53%
G=28.42%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77545900.300.230.70346.9617.5625.69
Hex4D363B01E174615b121a
Octal1156673036271065332232
Binary10011011101101110110111101011110001101010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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