#50154A

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

Shades of Loulou #50154A

Tints of Loulou #50154A

Color information

#50154A (or 0x50154A) is unknown color: approx Loulou. HEX triplet: 50, 15 and 4A. RGB value is (80,21,74). Sum of RGB (Red+Green+Blue) = 80+21+74=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50154A is #AFEAB5. Grayscale: #2C2C2C. Windows color (decimal): -11528886 or 4855120. OLE color: 4855120.

HSL color Cylindrical-coordinate representation of color #50154A: hue angle of 306.1º 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 #50154A is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB802174-
CMYK00.740.080.69
HSL306.1º58.42%19.8%-
HSV(B)306.1º73.75%31.37%-
XYZ4.812.746.75-
YUV44.68144.55153.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=45.71%
G=12%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80217400.740.080.69306.158.4219.8
Hex50154A04A8451323a14
Octal120251120112101054627224
Binary1010000101011001010010010101000100010110011001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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