#501F41

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

Shades of Loulou #501F41

Tints of Loulou #501F41

Color information

#501F41 (or 0x501F41) is unknown color: approx Loulou. HEX triplet: 50, 1F and 41. RGB value is (80,31,65). Sum of RGB (Red+Green+Blue) = 80+31+65=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #501F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F41 is #AFE0BE. Grayscale: #313131. Windows color (decimal): -11526335 or 4267856. OLE color: 4267856.

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

Color convert

RGB803165-
CMYK00.610.190.69
HSL318.37º44.14%21.76%-
HSV(B)318.37º61.25%31.37%-
XYZ4.753.075.34-
YUV49.53136.73149.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 31 (12.5% from 255) = 17.61%
BLUE value IS 65 (25.78% from 255) = 36.93%
R=45.45%
G=17.61%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80316500.610.190.69318.3744.1421.76
Hex501F4103D134513e2c16
Octal12037101075231054765426
Binary1010000111111000001011110110011100010110011111010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,31,65); }

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

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

 a { background-color: rgb(80,31,65); }

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

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

 span { border-color: rgb(80,31,65); }

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