#50144A

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

Shades of Loulou #50144A

Tints of Loulou #50144A

Color information

#50144A (or 0x50144A) is unknown color: approx Loulou. HEX triplet: 50, 14 and 4A. RGB value is (80,20,74). Sum of RGB (Red+Green+Blue) = 80+20+74=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #50144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50144A is #AFEBB5. Grayscale: #2B2B2B. Windows color (decimal): -11529142 or 4854864. OLE color: 4854864.

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

Color convert

RGB802074-
CMYK00.750.080.69
HSL306º60%19.61%-
HSV(B)306º75%31.37%-
XYZ4.792.76.75-
YUV44.1144.88153.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.98%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=45.98%
G=11.49%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80207400.750.080.693066019.61
Hex50144A04B8451323c14
Octal120241120113101054627424
Binary1010000101001001010010010111000100010110011001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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