#804D50

Color #804D50 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #804D50

Tints of Solid Pink #804D50

Color information

#804D50 (or 0x804D50) is unknown color: approx Solid Pink. HEX triplet: 80, 4D and 50. RGB value is (128,77,80). Sum of RGB (Red+Green+Blue) = 128+77+80=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #804D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804D50 is #7FB2AF. Grayscale: #5C5C5C. Windows color (decimal): -8368816 or 5262720. OLE color: 5262720.

HSL color Cylindrical-coordinate representation of color #804D50: hue angle of 356.47º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #804D50 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB1287780-
CMYK00.400.380.50
HSL356.47º24.88%40.2%-
HSV(B)356.47º39.84%50.2%-
XYZ1310.488.93-
YUV92.59120.9153.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 77 (30.47% from 255) = 27.02%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=44.91%
G=27.02%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128778000.400.380.50356.4724.8840.2
Hex804D5002826321641928
Octal20011512005046625443150
Binary1000000010011011010000010100010011011001010110010011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804D50; }

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

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

<style>
 a { background-color: #804D50; }

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

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

<style>
 span { border-color: #804D50; }

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

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