#544860

Color #544860 Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #544860

Tints of Mulled Wine #544860

Color information

#544860 (or 0x544860) is unknown color: approx 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

RGB847296-
CMYK0.120.2500.62
HSL270º14.29%32.94%-
HSV(B)270º25%37.65%-
XYZ8.087.3612.06-
YUV78.32137.98132.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=33.33%
G=28.57%
B=38.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8472960.120.2500.6227014.2932.94
Hex544860C1903E10ee21
Octal12411014014310764161641
Binary10101001001000110000011001100101111101000011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>