#541F48

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

Shades of Loulou #541F48

Tints of Loulou #541F48

Color information

#541F48 (or 0x541F48) is unknown color: approx Loulou. HEX triplet: 54, 1F and 48. RGB value is (84,31,72). Sum of RGB (Red+Green+Blue) = 84+31+72=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #541F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F48 is #ABE0B7. Grayscale: #333333. Windows color (decimal): -11264184 or 4726612. OLE color: 4726612.

HSL color Cylindrical-coordinate representation of color #541F48: hue angle of 313.58º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F48 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB843172-
CMYK00.630.140.67
HSL313.58º46.09%22.55%-
HSV(B)313.58º63.1%32.94%-
XYZ5.323.336.49-
YUV51.52139.56151.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 31 (12.5% from 255) = 16.58%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=44.92%
G=16.58%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84317200.630.140.67313.5846.0922.55
Hex541F4803FE4313a2e17
Octal12437110077161034725627
Binary101010011111100100001111111110100001110011101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,31,72); }

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

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

 a { background-color: rgb(84,31,72); }

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

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

 span { border-color: rgb(84,31,72); }

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