#501646

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

Shades of Loulou #501646

Tints of Loulou #501646

Color information

#501646 (or 0x501646) is unknown color: approx Loulou. HEX triplet: 50, 16 and 46. RGB value is (80,22,70). Sum of RGB (Red+Green+Blue) = 80+22+70=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #501646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501646 is #AFE9B9. Grayscale: #2C2C2C. Windows color (decimal): -11528634 or 4593232. OLE color: 4593232.

HSL color Cylindrical-coordinate representation of color #501646: hue angle of 310.34º 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 #501646 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB802270-
CMYK00.720.120.69
HSL310.34º56.86%20%-
HSV(B)310.34º72.5%31.37%-
XYZ4.72.726.07-
YUV44.81142.22153.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 70 (27.73% from 255) = 40.70%
R=46.51%
G=12.79%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80227000.720.120.69310.3456.8620
Hex501646048C451363914
Octal120261060110141054667124
Binary1010000101101000110010010001100100010110011011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501646; }

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

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

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

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

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

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

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

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