#50184A

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

Shades of Loulou #50184A

Tints of Loulou #50184A

Color information

#50184A (or 0x50184A) is unknown color: approx Loulou. HEX triplet: 50, 18 and 4A. RGB value is (80,24,74). Sum of RGB (Red+Green+Blue) = 80+24+74=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50184A is #AFE7B5. Grayscale: #2E2E2E. Windows color (decimal): -11528118 or 4855888. OLE color: 4855888.

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

Color convert

RGB802474-
CMYK00.700.080.69
HSL306.43º53.85%20.39%-
HSV(B)306.43º70%31.37%-
XYZ4.872.856.77-
YUV46.44143.55151.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 74 (29.30% from 255) = 41.57%
R=44.94%
G=13.48%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80247400.700.080.69306.4353.8520.39
Hex50184A0468451323614
Octal120301120106101054626624
Binary1010000110001001010010001101000100010110011001011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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