#541A4B

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

Shades of Loulou #541A4B

Tints of Loulou #541A4B

Color information

#541A4B (or 0x541A4B) is unknown color: approx Loulou. HEX triplet: 54, 1A and 4B. RGB value is (84,26,75). Sum of RGB (Red+Green+Blue) = 84+26+75=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #541A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A4B is #ABE5B4. Grayscale: #303030. Windows color (decimal): -11265461 or 4921940. OLE color: 4921940.

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

Color convert

RGB842675-
CMYK00.690.110.67
HSL309.31º52.73%21.57%-
HSV(B)309.31º69.05%32.94%-
XYZ5.33.136.98-
YUV48.93142.72153.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 26 (10.55% from 255) = 14.05%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=45.41%
G=14.05%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84267500.690.110.67309.3152.7321.57
Hex541A4B045B431353516
Octal124321130105131034656526
Binary1010100110101001011010001011011100001110011010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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