#541746

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

Shades of Loulou #541746

Tints of Loulou #541746

Color information

#541746 (or 0x541746) is unknown color: approx Loulou. HEX triplet: 54, 17 and 46. RGB value is (84,23,70). Sum of RGB (Red+Green+Blue) = 84+23+70=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #541746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541746 is #ABE8B9. Grayscale: #2E2E2E. Windows color (decimal): -11266234 or 4593492. OLE color: 4593492.

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

Color convert

RGB842370-
CMYK00.730.170.67
HSL313.77º57.01%20.98%-
HSV(B)313.77º72.62%32.94%-
XYZ5.072.946.09-
YUV46.6141.21154.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.46%
GREEN value IS 23 (9.38% from 255) = 12.99%
BLUE value IS 70 (27.73% from 255) = 39.55%
R=47.46%
G=12.99%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84237000.730.170.67313.7757.0120.98
Hex541746049114313a3915
Octal124271060111211034727125
Binary10101001011110001100100100110001100001110011101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541746; }

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

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

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

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

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

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

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

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