#80484B

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

Shades of Solid Pink #80484B

Tints of Solid Pink #80484B

Color information

#80484B (or 0x80484B) is unknown color: approx Solid Pink. HEX triplet: 80, 48 and 4B. RGB value is (128,72,75). Sum of RGB (Red+Green+Blue) = 128+72+75=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80484B is #7FB7B4. Grayscale: #595959. Windows color (decimal): -8370101 or 4933760. OLE color: 4933760.

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

Color convert

RGB1287275-
CMYK00.440.410.50
HSL356.79º28%39.22%-
HSV(B)356.79º43.75%50.2%-
XYZ12.499.737.88-
YUV89.09120.05155.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=46.55%
G=26.18%
B=27.27%

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
Decimal128727500.440.410.50356.792839.22
Hex80484B02C29321651c27
Octal20011011305451625453447
Binary1000000010010001001011010110010100111001010110010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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