#544B60

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

Shades of Mulled Wine #544B60

Tints of Mulled Wine #544B60

Color information

#544B60 (or 0x544B60) is unknown color: approx Mulled Wine. HEX triplet: 54, 4B and 60. RGB value is (84,75,96). Sum of RGB (Red+Green+Blue) = 84+75+96=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #544B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544B60 is #ABB49F. Grayscale: #505050. Windows color (decimal): -11252896 or 6310740. OLE color: 6310740.

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

Color convert

RGB847596-
CMYK0.120.2200.62
HSL265.71º12.28%33.53%-
HSV(B)265.71º21.88%37.65%-
XYZ8.287.7612.13-
YUV80.08136.98130.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.94%
GREEN value IS 75 (29.69% from 255) = 29.41%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=32.94%
G=29.41%
B=37.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8475960.120.2200.62265.7112.2833.53
Hex544B60C1603E10ac22
Octal12411314014260764121442
Binary10101001001011110000011001011001111101000010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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