#542F4D

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

Shades of Loulou #542F4D

Tints of Loulou #542F4D

Color information

#542F4D (or 0x542F4D) is unknown color: approx Loulou. HEX triplet: 54, 2F and 4D. RGB value is (84,47,77). Sum of RGB (Red+Green+Blue) = 84+47+77=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 84 - color contains mainly: red. Hex color #542F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F4D is #ABD0B2. Grayscale: #3D3D3D. Windows color (decimal): -11260083 or 5058388. OLE color: 5058388.

HSL color Cylindrical-coordinate representation of color #542F4D: hue angle of 311.35º 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 #542F4D is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB844777-
CMYK00.440.080.67
HSL311.35º28.24%25.69%-
HSV(B)311.35º44.05%32.94%-
XYZ6.014.457.56-
YUV61.48136.76144.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.38%
GREEN value IS 47 (18.75% from 255) = 22.60%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=40.38%
G=22.60%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84477700.440.080.67311.3528.2425.69
Hex542F4D02C8431371c1a
Octal12457115054101034673432
Binary101010010111110011010101100100010000111001101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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