#501D40

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

Shades of Loulou #501D40

Tints of Loulou #501D40

Color information

#501D40 (or 0x501D40) is unknown color: approx Loulou. HEX triplet: 50, 1D and 40. RGB value is (80,29,64). Sum of RGB (Red+Green+Blue) = 80+29+64=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #501D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D40 is #AFE2BF. Grayscale: #303030. Windows color (decimal): -11526848 or 4201808. OLE color: 4201808.

HSL color Cylindrical-coordinate representation of color #501D40: hue angle of 318.82º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #501D40 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB802964-
CMYK00.640.200.69
HSL318.82º46.79%21.37%-
HSV(B)318.82º63.75%31.37%-
XYZ4.672.955.17-
YUV48.24136.9150.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.24%
GREEN value IS 29 (11.72% from 255) = 16.76%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=46.24%
G=16.76%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80296400.640.200.69318.8246.7921.37
Hex501D40040144513f2f15
Octal120351000100241054775725
Binary10100001110110000000100000010100100010110011111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,29,64); }

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

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

 a { background-color: rgb(80,29,64); }

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

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

 span { border-color: rgb(80,29,64); }

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