#875580

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

Shades of Trendy Pink #875580

Tints of Trendy Pink #875580

Color information

#875580 (or 0x875580) is unknown color: approx Trendy Pink. HEX triplet: 87, 55 and 80. RGB value is (135,85,128). Sum of RGB (Red+Green+Blue) = 135+85+128=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #875580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875580 is #78AA7F. Grayscale: #686868. Windows color (decimal): -7907968 or 8410503. OLE color: 8410503.

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

Color convert

RGB13585128-
CMYK00.370.050.47
HSL308.4º22.73%43.14%-
HSV(B)308.4º37.04%52.94%-
XYZ17.1413.2122.07-
YUV104.85141.06149.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 128 (50.39% from 255) = 36.78%
R=38.79%
G=24.43%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358512800.370.050.47308.422.7343.14
Hex87558002552F134172b
Octal2071252000455574642753
Binary10000111101010110000000010010110110111110011010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875580; }

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

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

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

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

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

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

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

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