#503C49

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

Shades of Purple Taupe #503C49

Tints of Purple Taupe #503C49

Color information

#503C49 (or 0x503C49) is unknown color: approx Purple Taupe. HEX triplet: 50, 3C and 49. RGB value is (80,60,73). Sum of RGB (Red+Green+Blue) = 80+60+73=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #503C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C49 is #AFC3B6. Grayscale: #434343. Windows color (decimal): -11518903 or 4799568. OLE color: 4799568.

HSL color Cylindrical-coordinate representation of color #503C49: hue angle of 321º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #503C49 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB806073-
CMYK00.250.090.69
HSL321º14.29%27.45%-
HSV(B)321º25%31.37%-
XYZ6.135.427.03-
YUV67.46131.13136.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 60 (23.83% from 255) = 28.17%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=37.56%
G=28.17%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80607300.250.090.6932114.2927.45
Hex503C49019945141e1b
Octal12074111031111055011633
Binary1010000111100100100101100110011000101101000001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,60,73); }

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

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

 a { background-color: rgb(80,60,73); }

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

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

 span { border-color: rgb(80,60,73); }

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