#875159

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

Shades of Solid Pink #875159

Tints of Solid Pink #875159

Color information

#875159 (or 0x875159) is unknown color: approx Solid Pink. HEX triplet: 87, 51 and 59. RGB value is (135,81,89). Sum of RGB (Red+Green+Blue) = 135+81+89=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875159 is #78AEA6. Grayscale: #626262. Windows color (decimal): -7909031 or 5853575. OLE color: 5853575.

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

Color convert

RGB1358189-
CMYK00.400.340.47
HSL351.11º25%42.35%-
HSV(B)351.11º40%52.94%-
XYZ14.7411.7610.94-
YUV98.06122.89154.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 89 (35.16% from 255) = 29.18%
R=44.26%
G=26.56%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135818900.400.340.47351.112542.35
Hex875159028222F15f192a
Octal20712113105042575373152
Binary1000011110100011011001010100010001010111110101111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875159; }

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

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

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

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

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

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

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

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