#50294A

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

Shades of Loulou #50294A

Tints of Loulou #50294A

Color information

#50294A (or 0x50294A) is unknown color: approx Loulou. HEX triplet: 50, 29 and 4A. RGB value is (80,41,74). Sum of RGB (Red+Green+Blue) = 80+41+74=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #50294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50294A is #AFD6B5. Grayscale: #383838. Windows color (decimal): -11523766 or 4860240. OLE color: 4860240.

HSL color Cylindrical-coordinate representation of color #50294A: hue angle of 309.23º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50294A is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB804174-
CMYK00.490.080.69
HSL309.23º32.23%23.73%-
HSV(B)309.23º48.75%31.37%-
XYZ5.343.796.93-
YUV56.42137.92144.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=41.03%
G=21.03%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80417400.490.080.69309.2332.2323.73
Hex50294A0318451352018
Octal12051112061101054654030
Binary1010000101001100101001100011000100010110011010110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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