#875480

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

Shades of Trendy Pink #875480

Tints of Trendy Pink #875480

Color information

#875480 (or 0x875480) is unknown color: approx Trendy Pink. HEX triplet: 87, 54 and 80. RGB value is (135,84,128). Sum of RGB (Red+Green+Blue) = 135+84+128=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #875480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875480 is #78AB7F. Grayscale: #686868. Windows color (decimal): -7908224 or 8410247. OLE color: 8410247.

HSL color Cylindrical-coordinate representation of color #875480: hue angle of 308.24º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875480 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13584128-
CMYK00.380.050.47
HSL308.24º23.29%42.94%-
HSV(B)308.24º37.78%52.94%-
XYZ17.0613.0522.04-
YUV104.26141.4149.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=38.90%
G=24.21%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358412800.380.050.47308.2423.2942.94
Hex87548002652F134172b
Octal2071242000465574642753
Binary10000111101010010000000010011010110111110011010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875480; }

 p { color: rgb(135,84,128); }

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

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

 a { background-color: rgb(135,84,128); }

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

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

 span { border-color: rgb(135,84,128); }

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