#501E45

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

Shades of Loulou #501E45

Tints of Loulou #501E45

Color information

#501E45 (or 0x501E45) is unknown color: approx Loulou. HEX triplet: 50, 1E and 45. RGB value is (80,30,69). Sum of RGB (Red+Green+Blue) = 80+30+69=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #501E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E45 is #AFE1BA. Grayscale: #313131. Windows color (decimal): -11526587 or 4529744. OLE color: 4529744.

HSL color Cylindrical-coordinate representation of color #501E45: hue angle of 313.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E45 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB803069-
CMYK00.620.140.69
HSL313.2º45.45%21.57%-
HSV(B)313.2º62.5%31.37%-
XYZ4.853.065.97-
YUV49.4139.06149.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 30 (12.11% from 255) = 16.76%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=44.69%
G=16.76%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80306900.620.140.69313.245.4521.57
Hex501E4503EE451392d16
Octal12036105076161054715526
Binary101000011110100010101111101110100010110011100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501E45; }

 p { color: rgb(80,30,69); }

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

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

 a { background-color: rgb(80,30,69); }

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

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

 span { border-color: rgb(80,30,69); }

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