#541D4E

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

Shades of Loulou #541D4E

Tints of Loulou #541D4E

Color information

#541D4E (or 0x541D4E) is unknown color: approx Loulou. HEX triplet: 54, 1D and 4E. RGB value is (84,29,78). Sum of RGB (Red+Green+Blue) = 84+29+78=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #541D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541D4E is #ABE2B1. Grayscale: #323232. Windows color (decimal): -11264690 or 5119316. OLE color: 5119316.

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

Color convert

RGB842978-
CMYK00.650.070.67
HSL306.55º48.67%22.16%-
HSV(B)306.55º65.48%32.94%-
XYZ5.473.317.56-
YUV51.03143.22151.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.98%
GREEN value IS 29 (11.72% from 255) = 15.18%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=43.98%
G=15.18%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84297800.650.070.67306.5548.6722.16
Hex541D4E0417431333116
Octal12435116010171034636126
Binary101010011101100111001000001111100001110011001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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