#542149

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

Shades of Loulou #542149

Tints of Loulou #542149

Color information

#542149 (or 0x542149) is unknown color: approx Loulou. HEX triplet: 54, 21 and 49. RGB value is (84,33,73). Sum of RGB (Red+Green+Blue) = 84+33+73=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #542149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542149 is #ABDEB6. Grayscale: #343434. Windows color (decimal): -11263671 or 4792660. OLE color: 4792660.

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

Color convert

RGB843373-
CMYK00.610.130.67
HSL312.94º43.59%22.94%-
HSV(B)312.94º60.71%32.94%-
XYZ5.43.456.69-
YUV52.81139.4150.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 73 (28.91% from 255) = 38.42%
R=44.21%
G=17.37%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84337300.610.130.67312.9443.5922.94
Hex54214903DD431392c17
Octal12441111075151034715427
Binary1010100100001100100101111011101100001110011100110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542149; }

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

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

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

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

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

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

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

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