#541B4A

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

Shades of Loulou #541B4A

Tints of Loulou #541B4A

Color information

#541B4A (or 0x541B4A) is unknown color: approx Loulou. HEX triplet: 54, 1B and 4A. RGB value is (84,27,74). Sum of RGB (Red+Green+Blue) = 84+27+74=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #541B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B4A is #ABE4B5. Grayscale: #313131. Windows color (decimal): -11265206 or 4856660. OLE color: 4856660.

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

Color convert

RGB842774-
CMYK00.680.120.67
HSL310.53º51.35%21.76%-
HSV(B)310.53º67.86%32.94%-
XYZ5.283.166.81-
YUV49.4141.88152.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 27 (10.94% from 255) = 14.59%
BLUE value IS 74 (29.30% from 255) = 40%
R=45.41%
G=14.59%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84277400.680.120.67310.5351.3521.76
Hex541B4A044C431373316
Octal124331120104141034676326
Binary1010100110111001010010001001100100001110011011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,27,74); }

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

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

 a { background-color: rgb(84,27,74); }

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

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

 span { border-color: rgb(84,27,74); }

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