#544B66

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

Shades of Mulled Wine #544B66

Tints of Mulled Wine #544B66

Color information

#544B66 (or 0x544B66) is unknown color: approx Mulled Wine. HEX triplet: 54, 4B and 66. RGB value is (84,75,102). Sum of RGB (Red+Green+Blue) = 84+75+102=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #544B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544B66 is #ABB499. Grayscale: #505050. Windows color (decimal): -11252890 or 6703956. OLE color: 6703956.

HSL color Cylindrical-coordinate representation of color #544B66: hue angle of 260º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #544B66 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8475102-
CMYK0.180.2600.6
HSL260º15.25%34.71%-
HSV(B)260º26.47%40%-
XYZ8.577.8813.64-
YUV80.77139.98130.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 102 (40.23% from 255) = 39.08%
R=32.18%
G=28.74%
B=39.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84751020.180.2600.626015.2534.71
Hex544B66121A03C104f23
Octal12411314622320744041743
Binary101010010010111100110100101101001111001000001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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