#875479

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

Shades of Trendy Pink #875479

Tints of Trendy Pink #875479

Color information

#875479 (or 0x875479) is unknown color: approx Trendy Pink. HEX triplet: 87, 54 and 79. RGB value is (135,84,121). Sum of RGB (Red+Green+Blue) = 135+84+121=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #875479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875479 is #78AB86. Grayscale: #676767. Windows color (decimal): -7908231 or 7951495. OLE color: 7951495.

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

Color convert

RGB13584121-
CMYK00.380.100.47
HSL316.47º23.29%42.94%-
HSV(B)316.47º37.78%52.94%-
XYZ16.6112.8719.7-
YUV103.47137.9150.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=39.71%
G=24.71%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358412100.380.100.47316.4723.2942.94
Hex875479026A2F13c172b
Octal20712417104612574742753
Binary10000111101010011110010100110101010111110011110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875479; }

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

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

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

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

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

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

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

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