#875579

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

Shades of Trendy Pink #875579

Tints of Trendy Pink #875579

Color information

#875579 (or 0x875579) is unknown color: approx Trendy Pink. HEX triplet: 87, 55 and 79. RGB value is (135,85,121). Sum of RGB (Red+Green+Blue) = 135+85+121=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #875579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875579 is #78AA86. Grayscale: #676767. Windows color (decimal): -7907975 or 7951751. OLE color: 7951751.

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

Color convert

RGB13585121-
CMYK00.370.100.47
HSL316.8º22.73%43.14%-
HSV(B)316.8º37.04%52.94%-
XYZ16.6913.0319.72-
YUV104.05137.56150.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=39.59%
G=24.93%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358512100.370.100.47316.822.7343.14
Hex875579025A2F13d172b
Octal20712517104512574752753
Binary10000111101010111110010100101101010111110011110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875579; }

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

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

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

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

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

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

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

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