#50404D

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

Shades of Purple Taupe #50404D

Tints of Purple Taupe #50404D

Color information

#50404D (or 0x50404D) is unknown color: approx Purple Taupe. HEX triplet: 50, 40 and 4D. RGB value is (80,64,77). Sum of RGB (Red+Green+Blue) = 80+64+77=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 80 - color contains mainly: red. Hex color #50404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50404D is #AFBFB2. Grayscale: #464646. Windows color (decimal): -11517875 or 5062736. OLE color: 5062736.

HSL color Cylindrical-coordinate representation of color #50404D: hue angle of 311.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #50404D is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB806477-
CMYK00.200.040.69
HSL311.25º11.11%28.24%-
HSV(B)311.25º20%31.37%-
XYZ6.485.917.82-
YUV70.27131.8134.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=36.20%
G=28.96%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80647700.200.040.69311.2511.1128.24
Hex50404D014445137b1c
Octal12010011502441054671334
Binary1010000100000010011010101001001000101100110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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