#544A6C

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

Shades of Mulled Wine #544A6C

Tints of Mulled Wine #544A6C

Color information

#544A6C (or 0x544A6C) is unknown color: approx Mulled Wine. HEX triplet: 54, 4A and 6C. RGB value is (84,74,108). Sum of RGB (Red+Green+Blue) = 84+74+108=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #544A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A6C is #ABB593. Grayscale: #505050. Windows color (decimal): -11253140 or 7096916. OLE color: 7096916.

HSL color Cylindrical-coordinate representation of color #544A6C: hue angle of 257.65º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #544A6C is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8474108-
CMYK0.220.3100.58
HSL257.65º18.68%35.69%-
HSV(B)257.65º31.48%42.35%-
XYZ8.817.8715.24-
YUV80.87143.31130.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=31.58%
G=27.82%
B=40.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84741080.220.3100.58257.6518.6835.69
Hex544A6C161F03A1021324
Octal12411215426370724022344
Binary1010100100101011011001011011111011101010000001010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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