#541D4A

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

Shades of Loulou #541D4A

Tints of Loulou #541D4A

Color information

#541D4A (or 0x541D4A) is unknown color: approx Loulou. HEX triplet: 54, 1D and 4A. RGB value is (84,29,74). Sum of RGB (Red+Green+Blue) = 84+29+74=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #541D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D4A is #ABE2B5. Grayscale: #323232. Windows color (decimal): -11264694 or 4857172. OLE color: 4857172.

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

Color convert

RGB842974-
CMYK00.650.120.67
HSL310.91º48.67%22.16%-
HSV(B)310.91º65.48%32.94%-
XYZ5.333.266.83-
YUV50.58141.22151.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 29 (11.72% from 255) = 15.51%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=44.92%
G=15.51%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84297400.650.120.67310.9148.6722.16
Hex541D4A041C431373116
Octal124351120101141034676126
Binary1010100111011001010010000011100100001110011011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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