Html Css Color HEX #4D405D Mulled Wine

📋 copy color: '#4D405D'

red 77 ◦ green 64 ◦ blue 93

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

Shades of Mulled Wine #4D405D

Tints of Mulled Wine #4D405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.35%

 BLUE value IS 93 (36.72% from 255) = 39.74%

R = 32.91%
G = 27.35%
B = 39.74%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D405D (or 0x4D405D) is known color: Mulled Wine. HEX triplet: 4D, 40 and 5D. RGB value is (77,64,93). Sum of RGB (Red+Green+Blue) = 77+64+93=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D405D is #B2BFA2. Grayscale: #474747. Windows color (decimal): -11714467 or 6111309. OLE color: 6111309.

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

Color convert

RGB 77 64 93 -
CMYK 0.17 0.31 0 0.64
HSL 266.9º 0.18% 0.31% -
HSV(B) 266.9º 0.31% 0.36% -
XYZ 6.87 6.03 11.16 -
YUV 71.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 77 64 93 0.17 0.31 0 0.64 266.9 0.18 0.31
Hex 4D 40 5D 11 1F 0 40 10B 12 1F
Octal 115 100 135 21 37 0 100 413 22 37
Binary 1001101 1000000 1011101 10001 11111 0 1000000 100001011 10010 11111

Color Harmonies of #4D405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D405D

Black with #4D405D

Text Example


Text Example

White with #4D405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,64,93); }

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

background-color css

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

 a { background-color: rgb(77,64,93); }

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

border-color css

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

 span { border-color: rgb(77,64,93); }

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