#542343

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

Shades of Loulou #542343

Tints of Loulou #542343

Color information

#542343 (or 0x542343) is unknown color: approx Loulou. HEX triplet: 54, 23 and 43. RGB value is (84,35,67). Sum of RGB (Red+Green+Blue) = 84+35+67=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #542343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542343 is #ABDCBC. Grayscale: #353535. Windows color (decimal): -11263165 or 4399956. OLE color: 4399956.

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

Color convert

RGB843567-
CMYK00.580.200.67
HSL320.82º41.18%23.33%-
HSV(B)320.82º58.33%32.94%-
XYZ5.273.495.71-
YUV53.3135.73149.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 67 (26.56% from 255) = 36.02%
R=45.16%
G=18.82%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84356700.580.200.67320.8241.1823.33
Hex54234303A14431412917
Octal12443103072241035015127
Binary10101001000111000011011101010100100001110100000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542343; }

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

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

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

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

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

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

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

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