#542F4E

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

Shades of Loulou #542F4E

Tints of Loulou #542F4E

Color information

#542F4E (or 0x542F4E) is unknown color: approx Loulou. HEX triplet: 54, 2F and 4E. RGB value is (84,47,78). Sum of RGB (Red+Green+Blue) = 84+47+78=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 84 - color contains mainly: red. Hex color #542F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F4E is #ABD0B1. Grayscale: #3D3D3D. Windows color (decimal): -11260082 or 5123924. OLE color: 5123924.

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

Color convert

RGB844778-
CMYK00.440.070.67
HSL309.73º28.24%25.69%-
HSV(B)309.73º44.05%32.94%-
XYZ6.054.477.75-
YUV61.6137.26143.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 47 (18.75% from 255) = 22.49%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=40.19%
G=22.49%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84477800.440.070.67309.7328.2425.69
Hex542F4E02C7431361c1a
Octal1245711605471034663432
Binary10101001011111001110010110011110000111001101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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