#541F44

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

Shades of Loulou #541F44

Tints of Loulou #541F44

Color information

#541F44 (or 0x541F44) is unknown color: approx Loulou. HEX triplet: 54, 1F and 44. RGB value is (84,31,68). Sum of RGB (Red+Green+Blue) = 84+31+68=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #541F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F44 is #ABE0BB. Grayscale: #323232. Windows color (decimal): -11264188 or 4464468. OLE color: 4464468.

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

Color convert

RGB843168-
CMYK00.630.190.67
HSL318.11º46.09%22.55%-
HSV(B)318.11º63.1%32.94%-
XYZ5.193.285.83-
YUV51.07137.56151.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 31 (12.5% from 255) = 16.94%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=45.90%
G=16.94%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84316800.630.190.67318.1146.0922.55
Hex541F4403F134313e2e17
Octal12437104077231034765627
Binary1010100111111000100011111110011100001110011111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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