#804473

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

Shades of Trendy Pink #804473

Tints of Trendy Pink #804473

Color information

#804473 (or 0x804473) is unknown color: approx Trendy Pink. HEX triplet: 80, 44 and 73. RGB value is (128,68,115). Sum of RGB (Red+Green+Blue) = 128+68+115=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #804473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804473 is #7FBB8C. Grayscale: #5B5B5B. Windows color (decimal): -8371085 or 7554176. OLE color: 7554176.

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

Color convert

RGB12868115-
CMYK00.470.100.50
HSL313º30.61%38.43%-
HSV(B)313º46.88%50.2%-
XYZ14.069.9617.4-
YUV91.3141.38154.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 68 (26.95% from 255) = 21.86%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=41.16%
G=21.86%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286811500.470.100.5031330.6138.43
Hex80447302FA321391f26
Octal20010416305712624713746
Binary10000000100010011100110101111101011001010011100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804473; }

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

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

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

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

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

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

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

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