Html Css Color HEX #544C64 Mulled Wine

📋 copy color: '#544C64'

red 84 ◦ green 76 ◦ blue 100

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

Shades of Mulled Wine #544C64

Tints of Mulled Wine #544C64

RGB

 RED value IS 84 (33.2% from 255) = 32.31%

 GREEN value IS 76 (30.08% from 255) = 29.23%

 BLUE value IS 100 (39.45% from 255) = 38.46%

R = 32.31%
G = 29.23%
B = 38.46%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#544C64 (or 0x544C64) is known color: Mulled Wine. HEX triplet: 54, 4C and 64. RGB value is (84,76,100). Sum of RGB (Red+Green+Blue) = 84+76+100=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 100 - color contains mainly: blue. Hex color #544C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544C64 is #ABB39B. Grayscale: #515151. Windows color (decimal): -11252636 or 6573140. OLE color: 6573140.

HSL color Cylindrical-coordinate representation of color #544C64: hue angle of 260º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #544C64 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 76 100 -
CMYK 0.16 0.24 0 0.61
HSL 260º 0.14% 0.35% -
HSV(B) 260º 0.24% 0.39% -
XYZ 8.54 7.97 13.15 -
YUV 81.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 84 76 100 0.16 0.24 0 0.61 260 0.14 0.35
Hex 54 4C 64 10 18 0 3D 104 E 23
Octal 124 114 144 20 30 0 75 404 16 43
Binary 1010100 1001100 1100100 10000 11000 0 111101 100000100 1110 100011

Color Harmonies of #544C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544C64

Black with #544C64

Text Example


Text Example

White with #544C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544C64; }

 p { color: rgb(84,76,100); }

 H1.HeaderClassName
 {
   color: #544C64;
 }
 .AnyTagClassName
 {
   color: #544C64;
 }
</style>

background-color css

<style>
 a { background-color: #544C64; }

 a { background-color: rgb(84,76,100); }

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

border-color css

<style>
 span { border-color: #544C64; }

 span { border-color: rgb(84,76,100); }

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