#542E51

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

Shades of Loulou #542E51

Tints of Loulou #542E51

Color information

#542E51 (or 0x542E51) is unknown color: approx Loulou. HEX triplet: 54, 2E and 51. RGB value is (84,46,81). Sum of RGB (Red+Green+Blue) = 84+46+81=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #542E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542E51 is #ABD1AE. Grayscale: #3D3D3D. Windows color (decimal): -11260335 or 5320276. OLE color: 5320276.

HSL color Cylindrical-coordinate representation of color #542E51: hue angle of 304.74º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #542E51 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB844681-
CMYK00.450.040.67
HSL304.74º29.23%25.49%-
HSV(B)304.74º45.24%32.94%-
XYZ6.124.438.32-
YUV61.35139.09144.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.81%
GREEN value IS 46 (18.36% from 255) = 21.80%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=39.81%
G=21.80%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84468100.450.040.67304.7429.2325.49
Hex542E5102D4431311d19
Octal1245612105541034613531
Binary10101001011101010001010110110010000111001100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542E51; }

 p { color: rgb(84,46,81); }

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

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

 a { background-color: rgb(84,46,81); }

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

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

 span { border-color: rgb(84,46,81); }

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