#80474B

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

Shades of Solid Pink #80474B

Tints of Solid Pink #80474B

Color information

#80474B (or 0x80474B) is unknown color: approx Solid Pink. HEX triplet: 80, 47 and 4B. RGB value is (128,71,75). Sum of RGB (Red+Green+Blue) = 128+71+75=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80474B is #7FB8B4. Grayscale: #585858. Windows color (decimal): -8370357 or 4933504. OLE color: 4933504.

HSL color Cylindrical-coordinate representation of color #80474B: hue angle of 355.79º 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 #80474B is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1287175-
CMYK00.450.410.50
HSL355.79º28.64%39.02%-
HSV(B)355.79º44.53%50.2%-
XYZ12.439.67.86-
YUV88.5120.38156.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.72%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=46.72%
G=25.91%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128717500.450.410.50355.7928.6439.02
Hex80474B02D29321641d27
Octal20010711305551625443547
Binary1000000010001111001011010110110100111001010110010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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