#541A45

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

Shades of Loulou #541A45

Tints of Loulou #541A45

Color information

#541A45 (or 0x541A45) is unknown color: approx Loulou. HEX triplet: 54, 1A and 45. RGB value is (84,26,69). Sum of RGB (Red+Green+Blue) = 84+26+69=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #541A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A45 is #ABE5BA. Grayscale: #303030. Windows color (decimal): -11265467 or 4528724. OLE color: 4528724.

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

Color convert

RGB842669-
CMYK00.690.180.67
HSL315.52º52.73%21.57%-
HSV(B)315.52º69.05%32.94%-
XYZ5.13.055.95-
YUV48.24139.72153.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.93%
GREEN value IS 26 (10.55% from 255) = 14.53%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=46.93%
G=14.53%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84266900.690.180.67315.5252.7321.57
Hex541A45045124313c3516
Octal124321050105221034746526
Binary10101001101010001010100010110010100001110011110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,26,69); }

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

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

 a { background-color: rgb(84,26,69); }

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

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

 span { border-color: rgb(84,26,69); }

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