#542049

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

Shades of Loulou #542049

Tints of Loulou #542049

Color information

#542049 (or 0x542049) is unknown color: approx Loulou. HEX triplet: 54, 20 and 49. RGB value is (84,32,73). Sum of RGB (Red+Green+Blue) = 84+32+73=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #542049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542049 is #ABDFB6. Grayscale: #343434. Windows color (decimal): -11263927 or 4792404. OLE color: 4792404.

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

Color convert

RGB843273-
CMYK00.620.130.67
HSL312.69º44.83%22.75%-
HSV(B)312.69º61.9%32.94%-
XYZ5.383.46.68-
YUV52.22139.73150.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.44%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 73 (28.91% from 255) = 38.62%
R=44.44%
G=16.93%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84327300.620.130.67312.6944.8322.75
Hex54204903ED431392d17
Octal12440111076151034715527
Binary1010100100000100100101111101101100001110011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542049; }

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

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

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

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

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

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

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

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