#501546

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

Shades of Loulou #501546

Tints of Loulou #501546

Color information

#501546 (or 0x501546) is unknown color: approx Loulou. HEX triplet: 50, 15 and 46. RGB value is (80,21,70). Sum of RGB (Red+Green+Blue) = 80+21+70=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #501546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501546 is #AFEAB9. Grayscale: #2C2C2C. Windows color (decimal): -11528890 or 4592976. OLE color: 4592976.

HSL color Cylindrical-coordinate representation of color #501546: hue angle of 310.17º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501546 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB802170-
CMYK00.740.120.69
HSL310.17º58.42%19.8%-
HSV(B)310.17º73.75%31.37%-
XYZ4.682.686.07-
YUV44.23142.55153.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 70 (27.73% from 255) = 40.94%
R=46.78%
G=12.28%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80217000.740.120.69310.1758.4219.8
Hex50154604AC451363a14
Octal120251060112141054667224
Binary1010000101011000110010010101100100010110011011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501546; }

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

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

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

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

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

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

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

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