#875179

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

Shades of Trendy Pink #875179

Tints of Trendy Pink #875179

Color information

#875179 (or 0x875179) is unknown color: approx Trendy Pink. HEX triplet: 87, 51 and 79. RGB value is (135,81,121). Sum of RGB (Red+Green+Blue) = 135+81+121=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #875179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875179 is #78AE86. Grayscale: #656565. Windows color (decimal): -7908999 or 7950727. OLE color: 7950727.

HSL color Cylindrical-coordinate representation of color #875179: hue angle of 315.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875179 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13581121-
CMYK00.400.100.47
HSL315.56º25%42.35%-
HSV(B)315.56º40%52.94%-
XYZ16.3912.4219.62-
YUV101.71138.89151.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=40.06%
G=24.04%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358112100.400.100.47315.562542.35
Hex875179028A2F13c192a
Octal20712117105012574743152
Binary10000111101000111110010101000101010111110011110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875179; }

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

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

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

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

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

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

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

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