#80474D

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

Shades of Solid Pink #80474D

Tints of Solid Pink #80474D

Color information

#80474D (or 0x80474D) is unknown color: approx Solid Pink. HEX triplet: 80, 47 and 4D. RGB value is (128,71,77). Sum of RGB (Red+Green+Blue) = 128+71+77=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80474D is #7FB8B2. Grayscale: #585858. Windows color (decimal): -8370355 or 5064576. OLE color: 5064576.

HSL color Cylindrical-coordinate representation of color #80474D: hue angle of 353.68º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80474D is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB1287177-
CMYK00.450.400.50
HSL353.68º28.64%39.02%-
HSV(B)353.68º44.53%50.2%-
XYZ12.499.638.22-
YUV88.73121.38156.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.38%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 77 (30.47% from 255) = 27.90%
R=46.38%
G=25.72%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128717700.450.400.50353.6828.6439.02
Hex80474D02D28321621d27
Octal20010711505550625423547
Binary1000000010001111001101010110110100011001010110001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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