#501D46

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

Shades of Loulou #501D46

Tints of Loulou #501D46

Color information

#501D46 (or 0x501D46) is unknown color: approx Loulou. HEX triplet: 50, 1D and 46. RGB value is (80,29,70). Sum of RGB (Red+Green+Blue) = 80+29+70=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #501D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D46 is #AFE2B9. Grayscale: #303030. Windows color (decimal): -11526842 or 4595024. OLE color: 4595024.

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

Color convert

RGB802970-
CMYK00.640.120.69
HSL311.76º46.79%21.37%-
HSV(B)311.76º63.75%31.37%-
XYZ4.853.036.12-
YUV48.92139.9150.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 29 (11.72% from 255) = 16.20%
BLUE value IS 70 (27.73% from 255) = 39.11%
R=44.69%
G=16.20%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80297000.640.120.69311.7646.7921.37
Hex501D46040C451382f15
Octal120351060100141054705725
Binary1010000111011000110010000001100100010110011100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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