#542C47

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

Shades of Loulou #542C47

Tints of Loulou #542C47

Color information

#542C47 (or 0x542C47) is unknown color: approx Loulou. HEX triplet: 54, 2C and 47. RGB value is (84,44,71). Sum of RGB (Red+Green+Blue) = 84+44+71=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #542C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C47 is #ABD3B8. Grayscale: #3A3A3A. Windows color (decimal): -11260857 or 4664404. OLE color: 4664404.

HSL color Cylindrical-coordinate representation of color #542C47: hue angle of 319.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #542C47 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB844471-
CMYK00.480.150.67
HSL319.5º31.25%25.1%-
HSV(B)319.5º47.62%32.94%-
XYZ5.694.146.46-
YUV59.04134.75145.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 71 (28.12% from 255) = 35.68%
R=42.21%
G=22.11%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84447100.480.150.67319.531.2525.1
Hex542C47030F431401f19
Octal12454107060171035003731
Binary101010010110010001110110000111110000111010000001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542C47; }

 p { color: rgb(84,44,71); }

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

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

 a { background-color: rgb(84,44,71); }

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

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

 span { border-color: rgb(84,44,71); }

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