#50374B

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

Shades of Loulou #50374B

Tints of Loulou #50374B

Color information

#50374B (or 0x50374B) is unknown color: approx Loulou. HEX triplet: 50, 37 and 4B. RGB value is (80,55,75). Sum of RGB (Red+Green+Blue) = 80+55+75=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #50374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50374B is #AFC8B4. Grayscale: #404040. Windows color (decimal): -11520181 or 4929360. OLE color: 4929360.

HSL color Cylindrical-coordinate representation of color #50374B: hue angle of 312º 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 #50374B is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB805575-
CMYK00.310.060.69
HSL312º18.52%26.47%-
HSV(B)312º31.25%31.37%-
XYZ5.944.957.3-
YUV64.76133.78138.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=38.10%
G=26.19%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80557500.310.060.6931218.5226.47
Hex50374B01F645138131a
Octal1206711303761054702332
Binary1010000110111100101101111111010001011001110001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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