#804775

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

Shades of Trendy Pink #804775

Tints of Trendy Pink #804775

Color information

#804775 (or 0x804775) is unknown color: approx Trendy Pink. HEX triplet: 80, 47 and 75. RGB value is (128,71,117). Sum of RGB (Red+Green+Blue) = 128+71+117=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #804775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804775 is #7FB88A. Grayscale: #5D5D5D. Windows color (decimal): -8370315 or 7686016. OLE color: 7686016.

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

Color convert

RGB12871117-
CMYK00.450.090.50
HSL311.58º28.64%39.02%-
HSV(B)311.58º44.53%50.2%-
XYZ14.3710.3818.08-
YUV93.29141.38152.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.51%
GREEN value IS 71 (28.12% from 255) = 22.47%
BLUE value IS 117 (46.09% from 255) = 37.03%
R=40.51%
G=22.47%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1287111700.450.090.50311.5828.6439.02
Hex80477502D9321381d27
Octal20010716505511624703547
Binary10000000100011111101010101101100111001010011100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804775; }

 p { color: rgb(128,71,117); }

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

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

 a { background-color: rgb(128,71,117); }

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

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

 span { border-color: rgb(128,71,117); }

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