#50344D

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

Shades of Loulou #50344D

Tints of Loulou #50344D

Color information

#50344D (or 0x50344D) is unknown color: approx Loulou. HEX triplet: 50, 34 and 4D. RGB value is (80,52,77). Sum of RGB (Red+Green+Blue) = 80+52+77=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 80 - color contains mainly: red. Hex color #50344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50344D is #AFCBB2. Grayscale: #3F3F3F. Windows color (decimal): -11520947 or 5059664. OLE color: 5059664.

HSL color Cylindrical-coordinate representation of color #50344D: hue angle of 306.43º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50344D is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB805277-
CMYK00.350.040.69
HSL306.43º21.21%25.88%-
HSV(B)306.43º35%31.37%-
XYZ5.884.77.62-
YUV63.22135.78139.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=38.28%
G=24.88%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80527700.350.040.69306.4321.2125.88
Hex50344D023445132151a
Octal1206411504341054622532
Binary10100001101001001101010001110010001011001100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50344D; }

 p { color: rgb(80,52,77); }

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

<style>
 a { background-color: #50344D; }

 a { background-color: rgb(80,52,77); }

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

<style>
 span { border-color: #50344D; }

 span { border-color: rgb(80,52,77); }

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