#875056

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

Shades of Solid Pink #875056

Tints of Solid Pink #875056

Color information

#875056 (or 0x875056) is unknown color: approx Solid Pink. HEX triplet: 87, 50 and 56. RGB value is (135,80,86). Sum of RGB (Red+Green+Blue) = 135+80+86=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #875056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875056 is #78AFA9. Grayscale: #616161. Windows color (decimal): -7909290 or 5656711. OLE color: 5656711.

HSL color Cylindrical-coordinate representation of color #875056: hue angle of 353.45º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875056 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1358086-
CMYK00.410.360.47
HSL353.45º25.58%42.16%-
HSV(B)353.45º40.74%52.94%-
XYZ14.5411.5610.27-
YUV97.13121.72155.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 86 (33.98% from 255) = 28.57%
R=44.85%
G=26.58%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135808600.410.360.47353.4525.5842.16
Hex875056029242F1611a2a
Octal20712012605144575413252
Binary1000011110100001010110010100110010010111110110000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875056; }

 p { color: rgb(135,80,86); }

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

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

 a { background-color: rgb(135,80,86); }

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

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

 span { border-color: rgb(135,80,86); }

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