#4D425F

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

Shades of Mulled Wine #4D425F

Tints of Mulled Wine #4D425F

Color information

#4D425F (or 0x4D425F) is unknown color: approx Mulled Wine. HEX triplet: 4D, 42 and 5F. RGB value is (77,66,95). Sum of RGB (Red+Green+Blue) = 77+66+95=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 95 - color contains mainly: blue. Hex color #4D425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D425F is #B2BDA0. Grayscale: #484848. Windows color (decimal): -11713953 or 6242893. OLE color: 6242893.

HSL color Cylindrical-coordinate representation of color #4D425F: hue angle of 262.76º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D425F is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB776695-
CMYK0.190.3100.63
HSL262.76º18.01%31.57%-
HSV(B)262.76º30.53%37.25%-
XYZ7.076.311.67-
YUV72.6140.64131.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.35%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 95 (37.5% from 255) = 39.92%
R=32.35%
G=27.73%
B=39.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7766950.190.3100.63262.7618.0131.57
Hex4D425F131F03F1071220
Octal11510213723370774072240
Binary1001101100001010111111001111111011111110000011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,66,95); }

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

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

 a { background-color: rgb(77,66,95); }

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

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

 span { border-color: rgb(77,66,95); }

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