#541A47

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

Shades of Loulou #541A47

Tints of Loulou #541A47

Color information

#541A47 (or 0x541A47) is unknown color: approx Loulou. HEX triplet: 54, 1A and 47. RGB value is (84,26,71). Sum of RGB (Red+Green+Blue) = 84+26+71=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #541A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A47 is #ABE5B8. Grayscale: #303030. Windows color (decimal): -11265465 or 4659796. OLE color: 4659796.

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

Color convert

RGB842671-
CMYK00.690.150.67
HSL313.45º52.73%21.57%-
HSV(B)313.45º69.05%32.94%-
XYZ5.163.086.28-
YUV48.47140.72153.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.41%
GREEN value IS 26 (10.55% from 255) = 14.36%
BLUE value IS 71 (28.12% from 255) = 39.23%
R=46.41%
G=14.36%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84267100.690.150.67313.4552.7321.57
Hex541A47045F431393516
Octal124321070105171034716526
Binary1010100110101000111010001011111100001110011100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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