#50374C

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

Shades of Loulou #50374C

Tints of Loulou #50374C

Color information

#50374C (or 0x50374C) is unknown color: approx Loulou. HEX triplet: 50, 37 and 4C. RGB value is (80,55,76). Sum of RGB (Red+Green+Blue) = 80+55+76=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #50374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50374C is #AFC8B3. Grayscale: #404040. Windows color (decimal): -11520180 or 4994896. OLE color: 4994896.

HSL color Cylindrical-coordinate representation of color #50374C: hue angle of 309.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50374C is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB805576-
CMYK00.310.050.69
HSL309.6º18.52%26.47%-
HSV(B)309.6º31.25%31.37%-
XYZ5.984.967.48-
YUV64.87134.28138.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 55 (21.88% from 255) = 26.07%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=37.91%
G=26.07%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80557600.310.050.69309.618.5226.47
Hex50374C01F545136131a
Octal1206711403751054662332
Binary1010000110111100110001111110110001011001101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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