#542A4F

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

Shades of Loulou #542A4F

Tints of Loulou #542A4F

Color information

#542A4F (or 0x542A4F) is unknown color: approx Loulou. HEX triplet: 54, 2A and 4F. RGB value is (84,42,79). Sum of RGB (Red+Green+Blue) = 84+42+79=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 84 - color contains mainly: red. Hex color #542A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542A4F is #ABD5B0. Grayscale: #3A3A3A. Windows color (decimal): -11261361 or 5188180. OLE color: 5188180.

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

Color convert

RGB844279-
CMYK00.50.060.67
HSL307.14º33.33%24.71%-
HSV(B)307.14º50%32.94%-
XYZ5.94.117.88-
YUV58.78139.41145.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.98%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=40.98%
G=20.49%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84427900.50.060.67307.1433.3324.71
Hex542A4F0326431332119
Octal1245211706261034634131
Binary101010010101010011110110010110100001110011001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,42,79); }

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

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

 a { background-color: rgb(84,42,79); }

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

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

 span { border-color: rgb(84,42,79); }

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