#501D41

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

Shades of Loulou #501D41

Tints of Loulou #501D41

Color information

#501D41 (or 0x501D41) is unknown color: approx Loulou. HEX triplet: 50, 1D and 41. RGB value is (80,29,65). Sum of RGB (Red+Green+Blue) = 80+29+65=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #501D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D41 is #AFE2BE. Grayscale: #303030. Windows color (decimal): -11526847 or 4267344. OLE color: 4267344.

HSL color Cylindrical-coordinate representation of color #501D41: hue angle of 317.65º 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 #501D41 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB802965-
CMYK00.640.190.69
HSL317.65º46.79%21.37%-
HSV(B)317.65º63.75%31.37%-
XYZ4.72.975.33-
YUV48.35137.4150.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.98%
GREEN value IS 29 (11.72% from 255) = 16.67%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=45.98%
G=16.67%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80296500.640.190.69317.6546.7921.37
Hex501D41040134513e2f15
Octal120351010100231054765725
Binary10100001110110000010100000010011100010110011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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