#541449

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

Shades of Loulou #541449

Tints of Loulou #541449

Color information

#541449 (or 0x541449) is unknown color: approx Loulou. HEX triplet: 54, 14 and 49. RGB value is (84,20,73). Sum of RGB (Red+Green+Blue) = 84+20+73=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #541449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541449 is #ABEBB6. Grayscale: #2D2D2D. Windows color (decimal): -11266999 or 4789332. OLE color: 4789332.

HSL color Cylindrical-coordinate representation of color #541449: hue angle of 310.31º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541449 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB842073-
CMYK00.760.130.67
HSL310.31º61.54%20.39%-
HSV(B)310.31º76.19%32.94%-
XYZ5.112.876.59-
YUV45.18143.7155.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.46%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 73 (28.91% from 255) = 41.24%
R=47.46%
G=11.30%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84207300.760.130.67310.3161.5420.39
Hex54144904CD431363e14
Octal124241110114151034667624
Binary1010100101001001001010011001101100001110011011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541449; }

 p { color: rgb(84,20,73); }

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

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

 a { background-color: rgb(84,20,73); }

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

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

 span { border-color: rgb(84,20,73); }

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