#541E4E

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

Shades of Loulou #541E4E

Tints of Loulou #541E4E

Color information

#541E4E (or 0x541E4E) is unknown color: approx Loulou. HEX triplet: 54, 1E and 4E. RGB value is (84,30,78). Sum of RGB (Red+Green+Blue) = 84+30+78=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #541E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541E4E is #ABE1B1. Grayscale: #333333. Windows color (decimal): -11264434 or 5119572. OLE color: 5119572.

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

Color convert

RGB843078-
CMYK00.640.070.67
HSL306.67º47.37%22.35%-
HSV(B)306.67º64.29%32.94%-
XYZ5.53.367.57-
YUV51.62142.89151.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 30 (12.11% from 255) = 15.62%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=43.75%
G=15.62%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84307800.640.070.67306.6747.3722.35
Hex541E4E0407431332f16
Octal12436116010071034635726
Binary101010011110100111001000000111100001110011001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,30,78); }

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

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

 a { background-color: rgb(84,30,78); }

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

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

 span { border-color: rgb(84,30,78); }

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