#501B49

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

Shades of Loulou #501B49

Tints of Loulou #501B49

Color information

#501B49 (or 0x501B49) is unknown color: approx Loulou. HEX triplet: 50, 1B and 49. RGB value is (80,27,73). Sum of RGB (Red+Green+Blue) = 80+27+73=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #501B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B49 is #AFE4B6. Grayscale: #2F2F2F. Windows color (decimal): -11527351 or 4791120. OLE color: 4791120.

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

Color convert

RGB802773-
CMYK00.660.090.69
HSL307.92º49.53%20.98%-
HSV(B)307.92º66.25%31.37%-
XYZ4.92.976.62-
YUV48.09142.06150.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 27 (10.94% from 255) = 15%
BLUE value IS 73 (28.91% from 255) = 40.56%
R=44.44%
G=15%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80277300.660.090.69307.9249.5320.98
Hex501B490429451343215
Octal120331110102111054646225
Binary1010000110111001001010000101001100010110011010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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