Html Css Color HEX #50404A Purple Taupe

📋 copy color: '#50404A'

red 80 ◦ green 64 ◦ blue 74

#50404A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #50404A

Tints of Purple Taupe #50404A

RGB

 RED value IS 80 (31.64% from 255) = 36.7%

 GREEN value IS 64 (25.39% from 255) = 29.36%

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 36.7%
G = 29.36%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#50404A (or 0x50404A) is known color: Purple Taupe. HEX triplet: 50, 40 and 4A. RGB value is (80,64,74). Sum of RGB (Red+Green+Blue) = 80+64+74=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #50404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50404A is #AFBFB5. Grayscale: #454545. Windows color (decimal): -11517878 or 4866128. OLE color: 4866128.

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

Color convert

RGB 80 64 74 -
CMYK 0 0.20 0.08 0.69
HSL 322.5º 0.11% 0.28% -
HSV(B) 322.5º 0.2% 0.31% -
XYZ 6.38 5.87 7.27 -
YUV 69.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 80 64 74 0 0.20 0.08 0.69 322.5 0.11 0.28
Hex 50 40 4A 0 14 8 45 142 B 1C
Octal 120 100 112 0 24 10 105 502 13 34
Binary 1010000 1000000 1001010 0 10100 1000 1000101 101000010 1011 11100

Color Harmonies of #50404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50404A

Black with #50404A

Text Example


Text Example

White with #50404A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50404A;
 }
 .AnyTagClassName
 {
   color: #50404A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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