#50344C

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

Shades of Loulou #50344C

Tints of Loulou #50344C

Color information

#50344C (or 0x50344C) is unknown color: approx Loulou. HEX triplet: 50, 34 and 4C. RGB value is (80,52,76). Sum of RGB (Red+Green+Blue) = 80+52+76=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 80 - color contains mainly: red. Hex color #50344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50344C is #AFCBB3. Grayscale: #3F3F3F. Windows color (decimal): -11520948 or 4994128. OLE color: 4994128.

HSL color Cylindrical-coordinate representation of color #50344C: hue angle of 308.57º 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 #50344C is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB805276-
CMYK00.350.050.69
HSL308.57º21.21%25.88%-
HSV(B)308.57º35%31.37%-
XYZ5.844.687.43-
YUV63.11135.28140.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=38.46%
G=25%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80527600.350.050.69308.5721.2125.88
Hex50344C023545135151a
Octal1206411404351054652532
Binary10100001101001001100010001110110001011001101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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