#501444

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

Shades of Loulou #501444

Tints of Loulou #501444

Color information

#501444 (or 0x501444) is unknown color: approx Loulou. HEX triplet: 50, 14 and 44. RGB value is (80,20,68). Sum of RGB (Red+Green+Blue) = 80+20+68=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #501444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501444 is #AFEBBB. Grayscale: #2B2B2B. Windows color (decimal): -11529148 or 4461648. OLE color: 4461648.

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

Color convert

RGB802068-
CMYK00.750.150.69
HSL312º60%19.61%-
HSV(B)312º75%31.37%-
XYZ4.62.625.73-
YUV43.41141.88154.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 68 (26.95% from 255) = 40.48%
R=47.62%
G=11.90%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80206800.750.150.693126019.61
Hex50144404BF451383c14
Octal120241040113171054707424
Binary1010000101001000100010010111111100010110011100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501444; }

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

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

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

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

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

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

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

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