#542A4D

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

Shades of Loulou #542A4D

Tints of Loulou #542A4D

Color information

#542A4D (or 0x542A4D) is unknown color: approx Loulou. HEX triplet: 54, 2A and 4D. RGB value is (84,42,77). Sum of RGB (Red+Green+Blue) = 84+42+77=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 84 - color contains mainly: red. Hex color #542A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542A4D is #ABD5B2. Grayscale: #3A3A3A. Windows color (decimal): -11261363 or 5057108. OLE color: 5057108.

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

Color convert

RGB844277-
CMYK00.50.080.67
HSL310º33.33%24.71%-
HSV(B)310º50%32.94%-
XYZ5.824.087.5-
YUV58.55138.41146.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 42 (16.80% from 255) = 20.69%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=41.38%
G=20.69%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84427700.50.080.6731033.3324.71
Hex542A4D0328431362119
Octal12452115062101034664131
Binary1010100101010100110101100101000100001110011011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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