#541C46

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

Shades of Loulou #541C46

Tints of Loulou #541C46

Color information

#541C46 (or 0x541C46) is unknown color: approx Loulou. HEX triplet: 54, 1C and 46. RGB value is (84,28,70). Sum of RGB (Red+Green+Blue) = 84+28+70=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #541C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C46 is #ABE3B9. Grayscale: #313131. Windows color (decimal): -11264954 or 4594772. OLE color: 4594772.

HSL color Cylindrical-coordinate representation of color #541C46: hue angle of 315º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #541C46 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB842870-
CMYK00.670.170.67
HSL315º50%21.96%-
HSV(B)315º66.67%32.94%-
XYZ5.183.166.13-
YUV49.53139.55152.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 28 (11.33% from 255) = 15.38%
BLUE value IS 70 (27.73% from 255) = 38.46%
R=46.15%
G=15.38%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84287000.670.170.673155021.96
Hex541C46043114313b3216
Octal124341060103211034736226
Binary10101001110010001100100001110001100001110011101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,28,70); }

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

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

 a { background-color: rgb(84,28,70); }

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

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

 span { border-color: rgb(84,28,70); }

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