#542C4C

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

Shades of Loulou #542C4C

Tints of Loulou #542C4C

Color information

#542C4C (or 0x542C4C) is unknown color: approx Loulou. HEX triplet: 54, 2C and 4C. RGB value is (84,44,76). Sum of RGB (Red+Green+Blue) = 84+44+76=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 84 - color contains mainly: red. Hex color #542C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C4C is #ABD3B3. Grayscale: #3B3B3B. Windows color (decimal): -11260852 or 4992084. OLE color: 4992084.

HSL color Cylindrical-coordinate representation of color #542C4C: hue angle of 312º 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 #542C4C is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB844476-
CMYK00.480.100.67
HSL312º31.25%25.1%-
HSV(B)312º47.62%32.94%-
XYZ5.864.217.34-
YUV59.61137.25145.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.18%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=41.18%
G=21.57%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84447600.480.100.6731231.2525.1
Hex542C4C030A431381f19
Octal12454114060121034703731
Binary101010010110010011000110000101010000111001110001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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