#541B46

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

Shades of Loulou #541B46

Tints of Loulou #541B46

Color information

#541B46 (or 0x541B46) is unknown color: approx Loulou. HEX triplet: 54, 1B and 46. RGB value is (84,27,70). Sum of RGB (Red+Green+Blue) = 84+27+70=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #541B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B46 is #ABE4B9. Grayscale: #303030. Windows color (decimal): -11265210 or 4594516. OLE color: 4594516.

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

Color convert

RGB842770-
CMYK00.680.170.67
HSL314.74º51.35%21.76%-
HSV(B)314.74º67.86%32.94%-
XYZ5.153.116.12-
YUV48.94139.88153-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.41%
GREEN value IS 27 (10.94% from 255) = 14.92%
BLUE value IS 70 (27.73% from 255) = 38.67%
R=46.41%
G=14.92%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84277000.680.170.67314.7451.3521.76
Hex541B46044114313b3316
Octal124331060104211034736326
Binary10101001101110001100100010010001100001110011101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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