#544A5A

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

Shades of Mulled Wine #544A5A

Tints of Mulled Wine #544A5A

Color information

#544A5A (or 0x544A5A) is unknown color: approx Mulled Wine. HEX triplet: 54, 4A and 5A. RGB value is (84,74,90). Sum of RGB (Red+Green+Blue) = 84+74+90=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 90 - color contains mainly: blue. Hex color #544A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A5A is #ABB5A5. Grayscale: #4E4E4E. Windows color (decimal): -11253158 or 5917268. OLE color: 5917268.

HSL color Cylindrical-coordinate representation of color #544A5A: hue angle of 277.5º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #544A5A is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB847490-
CMYK0.070.1800.65
HSL277.5º9.76%32.16%-
HSV(B)277.5º17.78%35.29%-
XYZ7.957.5210.71-
YUV78.81134.31131.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.87%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=33.87%
G=29.84%
B=36.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8474900.070.1800.65277.59.7632.16
Hex544A5A712041116a20
Octal12411213272201014261240
Binary10101001001010101101011110010010000011000101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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