#542F51

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

Shades of Loulou #542F51

Tints of Loulou #542F51

Color information

#542F51 (or 0x542F51) is unknown color: approx Loulou. HEX triplet: 54, 2F and 51. RGB value is (84,47,81). Sum of RGB (Red+Green+Blue) = 84+47+81=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 84 - color contains mainly: red. Hex color #542F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F51 is #ABD0AE. Grayscale: #3D3D3D. Windows color (decimal): -11260079 or 5320532. OLE color: 5320532.

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

Color convert

RGB844781-
CMYK00.440.040.67
HSL304.86º28.24%25.69%-
HSV(B)304.86º44.05%32.94%-
XYZ6.164.518.33-
YUV61.94138.76143.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.62%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 81 (32.03% from 255) = 38.21%
R=39.62%
G=22.17%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84478100.440.040.67304.8628.2425.69
Hex542F5102C4431311c1a
Octal1245712105441034613432
Binary10101001011111010001010110010010000111001100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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