#542346

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

Shades of Loulou #542346

Tints of Loulou #542346

Color information

#542346 (or 0x542346) is unknown color: approx Loulou. HEX triplet: 54, 23 and 46. RGB value is (84,35,70). Sum of RGB (Red+Green+Blue) = 84+35+70=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #542346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542346 is #ABDCB9. Grayscale: #353535. Windows color (decimal): -11263162 or 4596564. OLE color: 4596564.

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

Color convert

RGB843570-
CMYK00.580.170.67
HSL317.14º41.18%23.33%-
HSV(B)317.14º58.33%32.94%-
XYZ5.363.536.19-
YUV53.64137.23149.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.44%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=44.44%
G=18.52%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84357000.580.170.67317.1441.1823.33
Hex54234603A114313d2917
Octal12443106072211034755127
Binary10101001000111000110011101010001100001110011110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542346; }

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

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

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

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

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

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

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

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