#541948

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

Shades of Loulou #541948

Tints of Loulou #541948

Color information

#541948 (or 0x541948) is unknown color: approx Loulou. HEX triplet: 54, 19 and 48. RGB value is (84,25,72). Sum of RGB (Red+Green+Blue) = 84+25+72=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #541948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541948 is #ABE6B7. Grayscale: #2F2F2F. Windows color (decimal): -11265720 or 4725076. OLE color: 4725076.

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

Color convert

RGB842572-
CMYK00.700.140.67
HSL312.2º54.13%21.37%-
HSV(B)312.2º70.24%32.94%-
XYZ5.173.056.45-
YUV48141.55153.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.41%
GREEN value IS 25 (10.16% from 255) = 13.81%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=46.41%
G=13.81%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84257200.700.140.67312.254.1321.37
Hex541948046E431383615
Octal124311100106161034706625
Binary1010100110011001000010001101110100001110011100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541948; }

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

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

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

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

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

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

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

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