#544960

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

Shades of Mulled Wine #544960

Tints of Mulled Wine #544960

Color information

#544960 (or 0x544960) is unknown color: approx Mulled Wine. HEX triplet: 54, 49 and 60. RGB value is (84,73,96). Sum of RGB (Red+Green+Blue) = 84+73+96=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #544960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544960 is #ABB69F. Grayscale: #4E4E4E. Windows color (decimal): -11253408 or 6310228. OLE color: 6310228.

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

Color convert

RGB847396-
CMYK0.120.2400.62
HSL268.7º13.61%33.14%-
HSV(B)268.7º23.96%37.65%-
XYZ8.157.4912.08-
YUV78.91137.64131.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.20%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=33.20%
G=28.85%
B=37.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8473960.120.2400.62268.713.6133.14
Hex544960C1803E10de21
Octal12411114014300764151641
Binary10101001001001110000011001100001111101000011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544960; }

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

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

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

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

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

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

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

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