#875859

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

Shades of Solid Pink #875859

Tints of Solid Pink #875859

Color information

#875859 (or 0x875859) is unknown color: approx Solid Pink. HEX triplet: 87, 58 and 59. RGB value is (135,88,89). Sum of RGB (Red+Green+Blue) = 135+88+89=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #875859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875859 is #78A7A6. Grayscale: #666666. Windows color (decimal): -7907239 or 5855367. OLE color: 5855367.

HSL color Cylindrical-coordinate representation of color #875859: hue angle of 358.72º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #875859 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1358889-
CMYK00.350.340.47
HSL358.72º21.08%43.73%-
HSV(B)358.72º34.81%52.94%-
XYZ15.2812.8511.13-
YUV102.17120.57151.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 88 (34.77% from 255) = 28.21%
BLUE value IS 89 (35.16% from 255) = 28.53%
R=43.27%
G=28.21%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135888900.350.340.47358.7221.0843.73
Hex875859023222F167152c
Octal20713013104342575472554
Binary1000011110110001011001010001110001010111110110011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875859; }

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

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

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

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

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

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

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

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