#804472

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

Shades of Trendy Pink #804472

Tints of Trendy Pink #804472

Color information

#804472 (or 0x804472) is unknown color: approx Trendy Pink. HEX triplet: 80, 44 and 72. RGB value is (128,68,114). Sum of RGB (Red+Green+Blue) = 128+68+114=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #804472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804472 is #7FBB8D. Grayscale: #5B5B5B. Windows color (decimal): -8371086 or 7488640. OLE color: 7488640.

HSL color Cylindrical-coordinate representation of color #804472: hue angle of 314º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #804472 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB12868114-
CMYK00.470.110.50
HSL314º30.61%38.43%-
HSV(B)314º46.88%50.2%-
XYZ14.019.9417.1-
YUV91.18140.88154.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.29%
GREEN value IS 68 (26.95% from 255) = 21.94%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=41.29%
G=21.94%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286811400.470.110.5031430.6138.43
Hex80447202FB3213a1f26
Octal20010416205713624723746
Binary10000000100010011100100101111101111001010011101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804472; }

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

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

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

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

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

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

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

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