#542544

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

Shades of Loulou #542544

Tints of Loulou #542544

Color information

#542544 (or 0x542544) is unknown color: approx Loulou. HEX triplet: 54, 25 and 44. RGB value is (84,37,68). Sum of RGB (Red+Green+Blue) = 84+37+68=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #542544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542544 is #ABDABB. Grayscale: #363636. Windows color (decimal): -11262652 or 4466004. OLE color: 4466004.

HSL color Cylindrical-coordinate representation of color #542544: hue angle of 320.43º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #542544 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB843768-
CMYK00.560.190.67
HSL320.43º38.84%23.73%-
HSV(B)320.43º55.95%32.94%-
XYZ5.363.635.89-
YUV54.59135.57148.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.44%
GREEN value IS 37 (14.84% from 255) = 19.58%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=44.44%
G=19.58%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84376800.560.190.67320.4338.8423.73
Hex54254403813431402718
Octal12445104070231035004730
Binary10101001001011000100011100010011100001110100000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542544; }

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

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

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

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

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

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

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

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