#542044

Color #542044 Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #542044

Tints of Loulou #542044

Color information

#542044 (or 0x542044) is unknown color: approx Loulou. HEX triplet: 54, 20 and 44. RGB value is (84,32,68). Sum of RGB (Red+Green+Blue) = 84+32+68=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #542044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542044 is #ABDFBB. Grayscale: #333333. Windows color (decimal): -11263932 or 4464724. OLE color: 4464724.

HSL color Cylindrical-coordinate representation of color #542044: hue angle of 318.46º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #542044 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB843268-
CMYK00.620.190.67
HSL318.46º44.83%22.75%-
HSV(B)318.46º61.9%32.94%-
XYZ5.223.345.84-
YUV51.65137.23151.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.65%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 68 (26.95% from 255) = 36.96%
R=45.65%
G=17.39%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84326800.620.190.67318.4644.8322.75
Hex54204403E134313e2d17
Octal12440104076231034765527
Binary10101001000001000100011111010011100001110011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542044; }

 p { color: rgb(84,32,68); }

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

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

 a { background-color: rgb(84,32,68); }

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

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

 span { border-color: rgb(84,32,68); }

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