#541D44

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

Shades of Loulou #541D44

Tints of Loulou #541D44

Color information

#541D44 (or 0x541D44) is unknown color: approx Loulou. HEX triplet: 54, 1D and 44. RGB value is (84,29,68). Sum of RGB (Red+Green+Blue) = 84+29+68=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #541D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D44 is #ABE2BB. Grayscale: #313131. Windows color (decimal): -11264700 or 4463956. OLE color: 4463956.

HSL color Cylindrical-coordinate representation of color #541D44: hue angle of 317.45º 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 #541D44 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB842968-
CMYK00.650.190.67
HSL317.45º48.67%22.16%-
HSV(B)317.45º65.48%32.94%-
XYZ5.143.185.81-
YUV49.89138.22152.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.41%
GREEN value IS 29 (11.72% from 255) = 16.02%
BLUE value IS 68 (26.95% from 255) = 37.57%
R=46.41%
G=16.02%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84296800.650.190.67317.4548.6722.16
Hex541D44041134313d3116
Octal124351040101231034756126
Binary10101001110110001000100000110011100001110011110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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