Html Css Color HEX #4D415F Mulled Wine

📋 copy color: '#4D415F'

red 77 ◦ green 65 ◦ blue 95

#4D415F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #4D415F

Tints of Mulled Wine #4D415F

RGB

 RED value IS 77 (30.47% from 255) = 32.49%

 GREEN value IS 65 (25.78% from 255) = 27.43%

 BLUE value IS 95 (37.5% from 255) = 40.08%

R = 32.49%
G = 27.43%
B = 40.08%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4D415F (or 0x4D415F) is known color: Mulled Wine. HEX triplet: 4D, 41 and 5F. RGB value is (77,65,95). Sum of RGB (Red+Green+Blue) = 77+65+95=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 95 - color contains mainly: blue. Hex color #4D415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D415F is #B2BEA0. Grayscale: #474747. Windows color (decimal): -11714209 or 6242637. OLE color: 6242637.

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

Color convert

RGB 77 65 95 -
CMYK 0.19 0.32 0 0.63
HSL 264º 0.19% 0.31% -
HSV(B) 264º 0.32% 0.37% -
XYZ 7.02 6.18 11.65 -
YUV 72.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 77 65 95 0.19 0.32 0 0.63 264 0.19 0.31
Hex 4D 41 5F 13 20 0 3F 108 13 1F
Octal 115 101 137 23 40 0 77 410 23 37
Binary 1001101 1000001 1011111 10011 100000 0 111111 100001000 10011 11111

Color Harmonies of #4D415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D415F

Black with #4D415F

Text Example


Text Example

White with #4D415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D415F;
 }
 .AnyTagClassName
 {
   color: #4D415F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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