#542C44

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

Shades of Loulou #542C44

Tints of Loulou #542C44

Color information

#542C44 (or 0x542C44) is unknown color: approx Loulou. HEX triplet: 54, 2C and 44. RGB value is (84,44,68). Sum of RGB (Red+Green+Blue) = 84+44+68=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #542C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C44 is #ABD3BB. Grayscale: #3A3A3A. Windows color (decimal): -11260860 or 4467796. OLE color: 4467796.

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

Color convert

RGB844468-
CMYK00.480.190.67
HSL324º31.25%25.1%-
HSV(B)324º47.62%32.94%-
XYZ5.64.15.97-
YUV58.7133.25146.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 68 (26.95% from 255) = 34.69%
R=42.86%
G=22.45%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84446800.480.190.6732431.2525.1
Hex542C4403013431441f19
Octal12454104060231035043731
Binary1010100101100100010001100001001110000111010001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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