#541648

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

Shades of Loulou #541648

Tints of Loulou #541648

Color information

#541648 (or 0x541648) is unknown color: approx Loulou. HEX triplet: 54, 16 and 48. RGB value is (84,22,72). Sum of RGB (Red+Green+Blue) = 84+22+72=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #541648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541648 is #ABE9B7. Grayscale: #2E2E2E. Windows color (decimal): -11266488 or 4724308. OLE color: 4724308.

HSL color Cylindrical-coordinate representation of color #541648: hue angle of 311.61º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #541648 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB842272-
CMYK00.740.140.67
HSL311.61º58.49%20.78%-
HSV(B)311.61º73.81%32.94%-
XYZ5.112.936.43-
YUV46.24142.54154.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 22 (8.98% from 255) = 12.36%
BLUE value IS 72 (28.52% from 255) = 40.45%
R=47.19%
G=12.36%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84227200.740.140.67311.6158.4920.78
Hex54164804AE431383a15
Octal124261100112161034707225
Binary1010100101101001000010010101110100001110011100011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541648; }

 p { color: rgb(84,22,72); }

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

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

 a { background-color: rgb(84,22,72); }

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

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

 span { border-color: rgb(84,22,72); }

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