#50314E

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

Shades of Loulou #50314E

Tints of Loulou #50314E

Color information

#50314E (or 0x50314E) is unknown color: approx Loulou. HEX triplet: 50, 31 and 4E. RGB value is (80,49,78). Sum of RGB (Red+Green+Blue) = 80+49+78=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #50314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50314E is #AFCEB1. Grayscale: #3D3D3D. Windows color (decimal): -11521714 or 5124432. OLE color: 5124432.

HSL color Cylindrical-coordinate representation of color #50314E: hue angle of 303.87º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50314E is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB804978-
CMYK00.390.020.69
HSL303.87º24.03%25.29%-
HSV(B)303.87º38.75%31.37%-
XYZ5.784.457.76-
YUV61.57137.27141.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=38.65%
G=23.67%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80497800.390.020.69303.8724.0325.29
Hex50314E0272451301819
Octal1206111604721054603031
Binary1010000110001100111001001111010001011001100001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50314E; }

 p { color: rgb(80,49,78); }

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

<style>
 a { background-color: #50314E; }

 a { background-color: rgb(80,49,78); }

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

<style>
 span { border-color: #50314E; }

 span { border-color: rgb(80,49,78); }

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