#80464B

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

Shades of Solid Pink #80464B

Tints of Solid Pink #80464B

Color information

#80464B (or 0x80464B) is unknown color: approx Solid Pink. HEX triplet: 80, 46 and 4B. RGB value is (128,70,75). Sum of RGB (Red+Green+Blue) = 128+70+75=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #80464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80464B is #7FB9B4. Grayscale: #575757. Windows color (decimal): -8370613 or 4933248. OLE color: 4933248.

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

Color convert

RGB1287075-
CMYK00.450.410.50
HSL354.83º29.29%38.82%-
HSV(B)354.83º45.31%50.2%-
XYZ12.369.487.83-
YUV87.91120.72156.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.89%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=46.89%
G=25.64%
B=27.47%

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
Decimal128707500.450.410.50354.8329.2938.82
Hex80464B02D29321631d27
Octal20010611305551625433547
Binary1000000010001101001011010110110100111001010110001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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