#501346

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

Shades of Loulou #501346

Tints of Loulou #501346

Color information

#501346 (or 0x501346) is unknown color: approx Loulou. HEX triplet: 50, 13 and 46. RGB value is (80,19,70). Sum of RGB (Red+Green+Blue) = 80+19+70=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #501346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501346 is #AFECB9. Grayscale: #2A2A2A. Windows color (decimal): -11529402 or 4592464. OLE color: 4592464.

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

Color convert

RGB801970-
CMYK00.760.120.69
HSL309.84º61.62%19.41%-
HSV(B)309.84º76.25%31.37%-
XYZ4.652.616.05-
YUV43.05143.21154.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 70 (27.73% from 255) = 41.42%
R=47.34%
G=11.24%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80197000.760.120.69309.8461.6219.41
Hex50134604CC451363e13
Octal120231060114141054667623
Binary1010000100111000110010011001100100010110011011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501346; }

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

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

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

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

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

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

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

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