#542349

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

Shades of Loulou #542349

Tints of Loulou #542349

Color information

#542349 (or 0x542349) is unknown color: approx Loulou. HEX triplet: 54, 23 and 49. RGB value is (84,35,73). Sum of RGB (Red+Green+Blue) = 84+35+73=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #542349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542349 is #ABDCB6. Grayscale: #353535. Windows color (decimal): -11263159 or 4793172. OLE color: 4793172.

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

Color convert

RGB843573-
CMYK00.580.130.67
HSL313.47º41.18%23.33%-
HSV(B)313.47º58.33%32.94%-
XYZ5.463.576.7-
YUV53.98138.73149.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=43.75%
G=18.23%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84357300.580.130.67313.4741.1823.33
Hex54234903AD431392917
Octal12443111072151034715127
Binary1010100100011100100101110101101100001110011100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542349; }

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

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

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

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

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

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

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

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