#501049

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

Shades of Loulou #501049

Tints of Loulou #501049

Color information

#501049 (or 0x501049) is unknown color: approx Loulou. HEX triplet: 50, 10 and 49. RGB value is (80,16,73). Sum of RGB (Red+Green+Blue) = 80+16+73=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #501049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501049 is #AFEFB6. Grayscale: #292929. Windows color (decimal): -11530167 or 4788304. OLE color: 4788304.

HSL color Cylindrical-coordinate representation of color #501049: hue angle of 306.56º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501049 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB801673-
CMYK00.800.090.69
HSL306.56º66.67%18.82%-
HSV(B)306.56º80%31.37%-
XYZ4.72.566.55-
YUV41.63145.7155.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 73 (28.91% from 255) = 43.20%
R=47.34%
G=9.47%
B=43.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80167300.800.090.69306.5666.6718.82
Hex5010490509451334313
Octal1202011101201110546310323
Binary10100001000010010010101000010011000101100110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501049; }

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

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

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

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

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

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

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

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