#541E4D

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

Shades of Loulou #541E4D

Tints of Loulou #541E4D

Color information

#541E4D (or 0x541E4D) is unknown color: approx Loulou. HEX triplet: 54, 1E and 4D. RGB value is (84,30,77). Sum of RGB (Red+Green+Blue) = 84+30+77=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #541E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541E4D is #ABE1B2. Grayscale: #333333. Windows color (decimal): -11264435 or 5054036. OLE color: 5054036.

HSL color Cylindrical-coordinate representation of color #541E4D: hue angle of 307.78º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #541E4D is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB843077-
CMYK00.640.080.67
HSL307.78º47.37%22.35%-
HSV(B)307.78º64.29%32.94%-
XYZ5.463.357.38-
YUV51.5142.39151.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 30 (12.11% from 255) = 15.71%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=43.98%
G=15.71%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84307700.640.080.67307.7847.3722.35
Hex541E4D0408431342f16
Octal124361150100101034645726
Binary1010100111101001101010000001000100001110011010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541E4D; }

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

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

<style>
 a { background-color: #541E4D; }

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

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

<style>
 span { border-color: #541E4D; }

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

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