#544A61

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

Shades of Mulled Wine #544A61

Tints of Mulled Wine #544A61

Color information

#544A61 (or 0x544A61) is unknown color: approx Mulled Wine. HEX triplet: 54, 4A and 61. RGB value is (84,74,97). Sum of RGB (Red+Green+Blue) = 84+74+97=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #544A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A61 is #ABB59E. Grayscale: #4F4F4F. Windows color (decimal): -11253151 or 6376020. OLE color: 6376020.

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

Color convert

RGB847497-
CMYK0.130.2400.62
HSL266.09º13.45%33.53%-
HSV(B)266.09º23.71%38.04%-
XYZ8.267.6512.35-
YUV79.61137.81131.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.94%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 97 (38.28% from 255) = 38.04%
R=32.94%
G=29.02%
B=38.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8474970.130.2400.62266.0913.4533.53
Hex544A61D1803E10ad22
Octal12411214115300764121542
Binary10101001001010110000111011100001111101000010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,74,97); }

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

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

 a { background-color: rgb(84,74,97); }

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

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

 span { border-color: rgb(84,74,97); }

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