Html Css Color HEX #4D415C Mulled Wine

📋 copy color: '#4D415C'

red 77 ◦ green 65 ◦ blue 92

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

Shades of Mulled Wine #4D415C

Tints of Mulled Wine #4D415C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.32%

R = 32.91%
G = 27.78%
B = 39.32%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D415C (or 0x4D415C) is known color: Mulled Wine. HEX triplet: 4D, 41 and 5C. RGB value is (77,65,92). Sum of RGB (Red+Green+Blue) = 77+65+92=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D415C is #B2BEA3. Grayscale: #474747. Windows color (decimal): -11714212 or 6046029. OLE color: 6046029.

HSL color Cylindrical-coordinate representation of color #4D415C: hue angle of 266.67º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D415C is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 65 92 -
CMYK 0.16 0.29 0 0.64
HSL 266.67º 0.17% 0.31% -
HSV(B) 266.67º 0.29% 0.36% -
XYZ 6.88 6.13 10.95 -
YUV 71.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 77 65 92 0.16 0.29 0 0.64 266.67 0.17 0.31
Hex 4D 41 5C 10 1D 0 40 10B 11 1F
Octal 115 101 134 20 35 0 100 413 21 37
Binary 1001101 1000001 1011100 10000 11101 0 1000000 100001011 10001 11111

Color Harmonies of #4D415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D415C

Black with #4D415C

Text Example


Text Example

White with #4D415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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