#804972

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

Shades of Trendy Pink #804972

Tints of Trendy Pink #804972

Color information

#804972 (or 0x804972) is unknown color: approx Trendy Pink. HEX triplet: 80, 49 and 72. RGB value is (128,73,114). Sum of RGB (Red+Green+Blue) = 128+73+114=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #804972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804972 is #7FB68D. Grayscale: #5E5E5E. Windows color (decimal): -8369806 or 7489920. OLE color: 7489920.

HSL color Cylindrical-coordinate representation of color #804972: hue angle of 315.27º 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 #804972 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB12873114-
CMYK00.430.110.50
HSL315.27º27.36%39.41%-
HSV(B)315.27º42.97%50.2%-
XYZ14.3210.5717.2-
YUV94.12139.22152.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.63%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=40.63%
G=23.17%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1287311400.430.110.50315.2727.3639.41
Hex80497202BB3213b1b27
Octal20011116205313624733347
Binary10000000100100111100100101011101111001010011101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804972; }

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

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

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

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

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

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

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

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