#875280

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

Shades of Trendy Pink #875280

Tints of Trendy Pink #875280

Color information

#875280 (or 0x875280) is unknown color: approx Trendy Pink. HEX triplet: 87, 52 and 80. RGB value is (135,82,128). Sum of RGB (Red+Green+Blue) = 135+82+128=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #875280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875280 is #78AD7F. Grayscale: #666666. Windows color (decimal): -7908736 or 8409735. OLE color: 8409735.

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

Color convert

RGB13582128-
CMYK00.390.050.47
HSL307.92º24.42%42.55%-
HSV(B)307.92º39.26%52.94%-
XYZ16.9112.7421.99-
YUV103.09142.06150.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 82 (32.42% from 255) = 23.77%
BLUE value IS 128 (50.39% from 255) = 37.10%
R=39.13%
G=23.77%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358212800.390.050.47307.9224.4242.55
Hex87528002752F134182b
Octal2071222000475574643053
Binary10000111101001010000000010011110110111110011010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875280; }

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

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

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

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

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

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

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

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