#541744

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

Shades of Loulou #541744

Tints of Loulou #541744

Color information

#541744 (or 0x541744) is unknown color: approx Loulou. HEX triplet: 54, 17 and 44. RGB value is (84,23,68). Sum of RGB (Red+Green+Blue) = 84+23+68=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #541744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541744 is #ABE8BB. Grayscale: #2E2E2E. Windows color (decimal): -11266236 or 4462420. OLE color: 4462420.

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

Color convert

RGB842368-
CMYK00.730.190.67
HSL315.74º57.01%20.98%-
HSV(B)315.74º72.62%32.94%-
XYZ5.012.915.77-
YUV46.37140.21154.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 68 (26.95% from 255) = 38.86%
R=48%
G=13.14%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84236800.730.190.67315.7457.0120.98
Hex541744049134313c3915
Octal124271040111231034747125
Binary10101001011110001000100100110011100001110011110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541744; }

 p { color: rgb(84,23,68); }

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

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

 a { background-color: rgb(84,23,68); }

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

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

 span { border-color: rgb(84,23,68); }

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