#50354A

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

Shades of Loulou #50354A

Tints of Loulou #50354A

Color information

#50354A (or 0x50354A) is unknown color: approx Loulou. HEX triplet: 50, 35 and 4A. RGB value is (80,53,74). Sum of RGB (Red+Green+Blue) = 80+53+74=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #50354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50354A is #AFCAB5. Grayscale: #3F3F3F. Windows color (decimal): -11520694 or 4863312. OLE color: 4863312.

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

Color convert

RGB805374-
CMYK00.340.080.69
HSL313.33º20.3%26.08%-
HSV(B)313.33º33.75%31.37%-
XYZ5.824.757.09-
YUV63.47133.95139.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=38.65%
G=25.60%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80537400.340.080.69313.3320.326.08
Hex50354A022845139141a
Octal12065112042101054712432
Binary101000011010110010100100010100010001011001110011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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