#50164A

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

Shades of Loulou #50164A

Tints of Loulou #50164A

Color information

#50164A (or 0x50164A) is unknown color: approx Loulou. HEX triplet: 50, 16 and 4A. RGB value is (80,22,74). Sum of RGB (Red+Green+Blue) = 80+22+74=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50164A is #AFE9B5. Grayscale: #2D2D2D. Windows color (decimal): -11528630 or 4855376. OLE color: 4855376.

HSL color Cylindrical-coordinate representation of color #50164A: hue angle of 306.21º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50164A is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB802274-
CMYK00.720.080.69
HSL306.21º56.86%20%-
HSV(B)306.21º72.5%31.37%-
XYZ4.832.776.76-
YUV45.27144.22152.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 22 (8.98% from 255) = 12.5%
BLUE value IS 74 (29.30% from 255) = 42.05%
R=45.45%
G=12.5%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80227400.720.080.69306.2156.8620
Hex50164A0488451323914
Octal120261120110101054627124
Binary1010000101101001010010010001000100010110011001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50164A; }

 p { color: rgb(80,22,74); }

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

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

 a { background-color: rgb(80,22,74); }

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

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

 span { border-color: rgb(80,22,74); }

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