#501C49

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

Shades of Loulou #501C49

Tints of Loulou #501C49

Color information

#501C49 (or 0x501C49) is unknown color: approx Loulou. HEX triplet: 50, 1C and 49. RGB value is (80,28,73). Sum of RGB (Red+Green+Blue) = 80+28+73=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #501C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C49 is #AFE3B6. Grayscale: #303030. Windows color (decimal): -11527095 or 4791376. OLE color: 4791376.

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

Color convert

RGB802873-
CMYK00.650.090.69
HSL308.08º48.15%21.18%-
HSV(B)308.08º65%31.37%-
XYZ4.933.026.63-
YUV48.68141.73150.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 28 (11.33% from 255) = 15.47%
BLUE value IS 73 (28.91% from 255) = 40.33%
R=44.20%
G=15.47%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80287300.650.090.69308.0848.1521.18
Hex501C490419451343015
Octal120341110101111054646025
Binary1010000111001001001010000011001100010110011010011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,28,73); }

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

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

 a { background-color: rgb(80,28,73); }

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

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

 span { border-color: rgb(80,28,73); }

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