#501644

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

Shades of Loulou #501644

Tints of Loulou #501644

Color information

#501644 (or 0x501644) is unknown color: approx Loulou. HEX triplet: 50, 16 and 44. RGB value is (80,22,68). Sum of RGB (Red+Green+Blue) = 80+22+68=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #501644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501644 is #AFE9BB. Grayscale: #2C2C2C. Windows color (decimal): -11528636 or 4462160. OLE color: 4462160.

HSL color Cylindrical-coordinate representation of color #501644: hue angle of 312.41º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501644 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB802268-
CMYK00.720.150.69
HSL312.41º56.86%20%-
HSV(B)312.41º72.5%31.37%-
XYZ4.642.75.74-
YUV44.59141.22153.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.06%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 68 (26.95% from 255) = 40%
R=47.06%
G=12.94%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80226800.720.150.69312.4156.8620
Hex501644048F451383914
Octal120261040110171054707124
Binary1010000101101000100010010001111100010110011100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501644; }

 p { color: rgb(80,22,68); }

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

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

 a { background-color: rgb(80,22,68); }

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

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

 span { border-color: rgb(80,22,68); }

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