#80494E

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

Shades of Solid Pink #80494E

Tints of Solid Pink #80494E

Color information

#80494E (or 0x80494E) is unknown color: approx Solid Pink. HEX triplet: 80, 49 and 4E. RGB value is (128,73,78). Sum of RGB (Red+Green+Blue) = 128+73+78=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #80494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80494E is #7FB6B1. Grayscale: #5A5A5A. Windows color (decimal): -8369842 or 5130624. OLE color: 5130624.

HSL color Cylindrical-coordinate representation of color #80494E: hue angle of 354.55º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80494E is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1287378-
CMYK00.430.390.50
HSL354.55º27.36%39.41%-
HSV(B)354.55º42.97%50.2%-
XYZ12.669.98.45-
YUV90.01121.22155.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 78 (30.86% from 255) = 27.96%
R=45.88%
G=26.16%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128737800.430.390.50354.5527.3639.41
Hex80494E02B27321631b27
Octal20011111605347625433347
Binary1000000010010011001110010101110011111001010110001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80494E; }

 p { color: rgb(128,73,78); }

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

<style>
 a { background-color: #80494E; }

 a { background-color: rgb(128,73,78); }

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

<style>
 span { border-color: #80494E; }

 span { border-color: rgb(128,73,78); }

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