#541448

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

Shades of Loulou #541448

Tints of Loulou #541448

Color information

#541448 (or 0x541448) is unknown color: approx Loulou. HEX triplet: 54, 14 and 48. RGB value is (84,20,72). Sum of RGB (Red+Green+Blue) = 84+20+72=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #541448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541448 is #ABEBB7. Grayscale: #2C2C2C. Windows color (decimal): -11267000 or 4723796. OLE color: 4723796.

HSL color Cylindrical-coordinate representation of color #541448: hue angle of 311.25º 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 #541448 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB842072-
CMYK00.760.140.67
HSL311.25º61.54%20.39%-
HSV(B)311.25º76.19%32.94%-
XYZ5.082.856.41-
YUV45.06143.2155.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 20 (8.20% from 255) = 11.36%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=47.73%
G=11.36%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84207200.760.140.67311.2561.5420.39
Hex54144804CE431373e14
Octal124241100114161034677624
Binary1010100101001001000010011001110100001110011011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541448; }

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

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

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

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

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

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

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

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