#542344

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

Shades of Loulou #542344

Tints of Loulou #542344

Color information

#542344 (or 0x542344) is unknown color: approx Loulou. HEX triplet: 54, 23 and 44. RGB value is (84,35,68). Sum of RGB (Red+Green+Blue) = 84+35+68=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #542344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542344 is #ABDCBB. Grayscale: #353535. Windows color (decimal): -11263164 or 4465492. OLE color: 4465492.

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

Color convert

RGB843568-
CMYK00.580.190.67
HSL319.59º41.18%23.33%-
HSV(B)319.59º58.33%32.94%-
XYZ5.33.55.87-
YUV53.41136.23149.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=44.92%
G=18.72%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84356800.580.190.67319.5941.1823.33
Hex54234403A13431402917
Octal12443104072231035005127
Binary10101001000111000100011101010011100001110100000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542344; }

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

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

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

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

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

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

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

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