#544660

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

Shades of Mulled Wine #544660

Tints of Mulled Wine #544660

Color information

#544660 (or 0x544660) is unknown color: approx Mulled Wine. HEX triplet: 54, 46 and 60. RGB value is (84,70,96). Sum of RGB (Red+Green+Blue) = 84+70+96=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 96 - color contains mainly: blue. Hex color #544660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544660 is #ABB99F. Grayscale: #4D4D4D. Windows color (decimal): -11254176 or 6309460. OLE color: 6309460.

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

Color convert

RGB847096-
CMYK0.120.2700.62
HSL272.31º15.66%32.55%-
HSV(B)272.31º27.08%37.65%-
XYZ7.967.1112.02-
YUV77.15138.64132.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.6%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=33.6%
G=28%
B=38.4%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8470960.120.2700.62272.3115.6632.55
Hex544660C1B03E1101021
Octal12410614014330764202041
Binary101010010001101100000110011011011111010001000010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544660; }

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

 H1.HeaderClassName
 {
   color: #544660;
 }
 .AnyTagClassName
 {
   color: #544660;
 }
</style>
background-color css

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

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

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

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

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

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