#541D49

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

Shades of Loulou #541D49

Tints of Loulou #541D49

Color information

#541D49 (or 0x541D49) is unknown color: approx Loulou. HEX triplet: 54, 1D and 49. RGB value is (84,29,73). Sum of RGB (Red+Green+Blue) = 84+29+73=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #541D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D49 is #ABE2B6. Grayscale: #323232. Windows color (decimal): -11264695 or 4791636. OLE color: 4791636.

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

Color convert

RGB842973-
CMYK00.650.130.67
HSL312º48.67%22.16%-
HSV(B)312º65.48%32.94%-
XYZ5.33.246.65-
YUV50.46140.72151.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 73 (28.91% from 255) = 39.25%
R=45.16%
G=15.59%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84297300.650.130.6731248.6722.16
Hex541D49041D431383116
Octal124351110101151034706126
Binary1010100111011001001010000011101100001110011100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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