#80484C

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

Shades of Solid Pink #80484C

Tints of Solid Pink #80484C

Color information

#80484C (or 0x80484C) is unknown color: approx Solid Pink. HEX triplet: 80, 48 and 4C. RGB value is (128,72,76). Sum of RGB (Red+Green+Blue) = 128+72+76=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80484C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80484C is #7FB7B3. Grayscale: #595959. Windows color (decimal): -8370100 or 4999296. OLE color: 4999296.

HSL color Cylindrical-coordinate representation of color #80484C: hue angle of 355.71º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80484C is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1287276-
CMYK00.440.410.50
HSL355.71º28%39.22%-
HSV(B)355.71º43.75%50.2%-
XYZ12.529.758.06-
YUV89.2120.55155.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.38%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=46.38%
G=26.09%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128727600.440.410.50355.712839.22
Hex80484C02C29321641c27
Octal20011011405451625443447
Binary1000000010010001001100010110010100111001010110010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80484C; }

 p { color: rgb(128,72,76); }

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

<style>
 a { background-color: #80484C; }

 a { background-color: rgb(128,72,76); }

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

<style>
 span { border-color: #80484C; }

 span { border-color: rgb(128,72,76); }

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