#50404B

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

Shades of Purple Taupe #50404B

Tints of Purple Taupe #50404B

Color information

#50404B (or 0x50404B) is unknown color: approx Purple Taupe. HEX triplet: 50, 40 and 4B. RGB value is (80,64,75). Sum of RGB (Red+Green+Blue) = 80+64+75=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 80 - color contains mainly: red. Hex color #50404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50404B is #AFBFB4. Grayscale: #464646. Windows color (decimal): -11517877 or 4931664. OLE color: 4931664.

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

Color convert

RGB806475-
CMYK00.200.060.69
HSL318.75º11.11%28.24%-
HSV(B)318.75º20%31.37%-
XYZ6.415.887.45-
YUV70.04130.8135.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=36.53%
G=29.22%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80647500.200.060.69318.7511.1128.24
Hex50404B01464513fb1c
Octal12010011302461054771334
Binary1010000100000010010110101001101000101100111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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