#503D4D

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

Shades of Purple Taupe #503D4D

Tints of Purple Taupe #503D4D

Color information

#503D4D (or 0x503D4D) is unknown color: approx Purple Taupe. HEX triplet: 50, 3D and 4D. RGB value is (80,61,77). Sum of RGB (Red+Green+Blue) = 80+61+77=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #503D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503D4D is #AFC2B2. Grayscale: #444444. Windows color (decimal): -11518643 or 5061968. OLE color: 5061968.

HSL color Cylindrical-coordinate representation of color #503D4D: hue angle of 309.47º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #503D4D is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB806177-
CMYK00.240.040.69
HSL309.47º13.48%27.65%-
HSV(B)309.47º23.75%31.37%-
XYZ6.325.587.77-
YUV68.5132.79136.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=36.70%
G=27.98%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80617700.240.040.69309.4713.4827.65
Hex503D4D018445135d1c
Octal1207511503041054651534
Binary101000011110110011010110001001000101100110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503D4D; }

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

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

<style>
 a { background-color: #503D4D; }

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

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

<style>
 span { border-color: #503D4D; }

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

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