#50464D

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

Shades of Purple Taupe #50464D

Tints of Purple Taupe #50464D

Color information

#50464D (or 0x50464D) is unknown color: approx Purple Taupe. HEX triplet: 50, 46 and 4D. RGB value is (80,70,77). Sum of RGB (Red+Green+Blue) = 80+70+77=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 80 - color contains mainly: red. Hex color #50464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50464D is #AFB9B2. Grayscale: #494949. Windows color (decimal): -11516339 or 5064272. OLE color: 5064272.

HSL color Cylindrical-coordinate representation of color #50464D: hue angle of 318º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50464D is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB807077-
CMYK00.120.040.69
HSL318º6.67%29.41%-
HSV(B)318º12.5%31.37%-
XYZ6.846.627.94-
YUV73.79129.81132.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=35.24%
G=30.84%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80707700.120.040.693186.6729.41
Hex50464D0C44513e71d
Octal1201061150144105476735
Binary10100001000110100110101100100100010110011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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