#542347

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

Shades of Loulou #542347

Tints of Loulou #542347

Color information

#542347 (or 0x542347) is unknown color: approx Loulou. HEX triplet: 54, 23 and 47. RGB value is (84,35,71). Sum of RGB (Red+Green+Blue) = 84+35+71=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 84 - color contains mainly: red. Hex color #542347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542347 is #ABDCB8. Grayscale: #353535. Windows color (decimal): -11263161 or 4662100. OLE color: 4662100.

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

Color convert

RGB843571-
CMYK00.580.150.67
HSL315.92º41.18%23.33%-
HSV(B)315.92º58.33%32.94%-
XYZ5.393.546.36-
YUV53.76137.73149.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 35 (14.06% from 255) = 18.42%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=44.21%
G=18.42%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84357100.580.150.67315.9241.1823.33
Hex54234703AF4313c2917
Octal12443107072171034745127
Binary1010100100011100011101110101111100001110011110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542347; }

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

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

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

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

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

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

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

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