#544C61

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

Shades of Mulled Wine #544C61

Tints of Mulled Wine #544C61

Color information

#544C61 (or 0x544C61) is unknown color: approx Mulled Wine. HEX triplet: 54, 4C and 61. RGB value is (84,76,97). Sum of RGB (Red+Green+Blue) = 84+76+97=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #544C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544C61 is #ABB39E. Grayscale: #505050. Windows color (decimal): -11252639 or 6376532. OLE color: 6376532.

HSL color Cylindrical-coordinate representation of color #544C61: hue angle of 262.86º 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 #544C61 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB847697-
CMYK0.130.2200.62
HSL262.86º12.14%33.92%-
HSV(B)262.86º21.65%38.04%-
XYZ8.47.9212.39-
YUV80.79137.15130.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.68%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=32.68%
G=29.57%
B=37.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8476970.130.2200.62262.8612.1433.92
Hex544C61D1603E107c22
Octal12411414115260764071442
Binary10101001001100110000111011011001111101000001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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