#4D4355

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

Shades of Mulled Wine #4D4355

Tints of Mulled Wine #4D4355

Color information

#4D4355 (or 0x4D4355) is unknown color: approx Mulled Wine. HEX triplet: 4D, 43 and 55. RGB value is (77,67,85). Sum of RGB (Red+Green+Blue) = 77+67+85=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D4355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4355 is #B2BCAA. Grayscale: #474747. Windows color (decimal): -11713707 or 5587789. OLE color: 5587789.

HSL color Cylindrical-coordinate representation of color #4D4355: hue angle of 273.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D4355 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB776785-
CMYK0.090.2100.67
HSL273.33º11.84%29.8%-
HSV(B)273.33º21.18%33.33%-
XYZ6.716.259.45-
YUV72.04135.31131.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.62%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=33.62%
G=29.26%
B=37.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7767850.090.2100.67273.3311.8429.8
Hex4D4355915043111c1e
Octal115103125112501034211436
Binary10011011000011101010110011010101000011100010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,67,85); }

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

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

 a { background-color: rgb(77,67,85); }

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

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

 span { border-color: rgb(77,67,85); }

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