Html Css Color HEX #544860 Mulled Wine

📋 copy color: '#544860'

red 84 ◦ green 72 ◦ blue 96

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

Shades of Mulled Wine #544860

Tints of Mulled Wine #544860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.57%

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 33.33%
G = 28.57%
B = 38.1%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#544860 (or 0x544860) is known color: Mulled Wine. HEX triplet: 54, 48 and 60. RGB value is (84,72,96). Sum of RGB (Red+Green+Blue) = 84+72+96=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #544860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544860 is #ABB79F. Grayscale: #4E4E4E. Windows color (decimal): -11253664 or 6309972. OLE color: 6309972.

HSL color Cylindrical-coordinate representation of color #544860: hue angle of 270º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #544860 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 72 96 -
CMYK 0.12 0.25 0 0.62
HSL 270º 0.14% 0.33% -
HSV(B) 270º 0.25% 0.38% -
XYZ 8.08 7.36 12.06 -
YUV 78.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 84 72 96 0.12 0.25 0 0.62 270 0.14 0.33
Hex 54 48 60 C 19 0 3E 10E E 21
Octal 124 110 140 14 31 0 76 416 16 41
Binary 1010100 1001000 1100000 1100 11001 0 111110 100001110 1110 100001

Color Harmonies of #544860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544860

Black with #544860

Text Example


Text Example

White with #544860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544860; }

 p { color: rgb(84,72,96); }

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

background-color css

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

 a { background-color: rgb(84,72,96); }

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

border-color css

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

 span { border-color: rgb(84,72,96); }

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