#80454B

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

Shades of Solid Pink #80454B

Tints of Solid Pink #80454B

Color information

#80454B (or 0x80454B) is unknown color: approx Solid Pink. HEX triplet: 80, 45 and 4B. RGB value is (128,69,75). Sum of RGB (Red+Green+Blue) = 128+69+75=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80454B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80454B is #7FBAB4. Grayscale: #575757. Windows color (decimal): -8370869 or 4932992. OLE color: 4932992.

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

Color convert

RGB1286975-
CMYK00.460.410.50
HSL353.9º29.95%38.63%-
HSV(B)353.9º46.09%50.2%-
XYZ12.39.357.81-
YUV87.32121.05157.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.06%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=47.06%
G=25.37%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128697500.460.410.50353.929.9538.63
Hex80454B02E29321621e27
Octal20010511305651625423647
Binary1000000010001011001011010111010100111001010110001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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