#80484d

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

Shades of Solid Pink #80484D

Tints of Solid Pink #80484D

Color information

#80484D (or 0x80484D) is unknown color: approx Solid Pink. HEX triplet: 80, 48 and 4D. RGB value is (128,72,77). Sum of RGB (Red+Green+Blue) = 128+72+77=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #80484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80484D is #7FB7B2. Grayscale: #595959. Windows color (decimal): -8370099 or 5064832. OLE color: 5064832.

HSL color Cylindrical-coordinate representation of color #80484D: hue angle of 354.64º 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 #80484D is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB1287277-
CMYK00.440.400.50
HSL354.64º28%39.22%-
HSV(B)354.64º43.75%50.2%-
XYZ12.569.768.24-
YUV89.31121.05155.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=46.21%
G=25.99%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128727700.440.400.50354.642839.22
Hex80484D02C28321631c27
Octal20011011505450625433447
Binary1000000010010001001101010110010100011001010110001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80484d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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