#541A44

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

Shades of Loulou #541A44

Tints of Loulou #541A44

Color information

#541A44 (or 0x541A44) is unknown color: approx Loulou. HEX triplet: 54, 1A and 44. RGB value is (84,26,68). Sum of RGB (Red+Green+Blue) = 84+26+68=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #541A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A44 is #ABE5BB. Grayscale: #303030. Windows color (decimal): -11265468 or 4463188. OLE color: 4463188.

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

Color convert

RGB842668-
CMYK00.690.190.67
HSL316.55º52.73%21.57%-
HSV(B)316.55º69.05%32.94%-
XYZ5.073.045.79-
YUV48.13139.22153.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 26 (10.55% from 255) = 14.61%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=47.19%
G=14.61%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84266800.690.190.67316.5552.7321.57
Hex541A44045134313d3516
Octal124321040105231034756526
Binary10101001101010001000100010110011100001110011110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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