Html Css Color HEX #875659 Solid Pink

📋 copy color: '#875659'

red 135 ◦ green 86 ◦ blue 89

#875659
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #875659

Tints of Solid Pink #875659

RGB

 RED value IS 135 (53.13% from 255) = 43.55%

 GREEN value IS 86 (33.98% from 255) = 27.74%

 BLUE value IS 89 (35.16% from 255) = 28.71%

R = 43.55%
G = 27.74%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#875659 (or 0x875659) is known color: Solid Pink. HEX triplet: 87, 56 and 59. RGB value is (135,86,89). Sum of RGB (Red+Green+Blue) = 135+86+89=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #875659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875659 is #78A9A6. Grayscale: #656565. Windows color (decimal): -7907751 or 5854855. OLE color: 5854855.

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

Color convert

RGB 135 86 89 -
CMYK 0 0.36 0.34 0.47
HSL 356.33º 0.22% 0.43% -
HSV(B) 356.33º 0.36% 0.53% -
XYZ 15.12 12.53 11.07 -
YUV 100.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 135 86 89 0 0.36 0.34 0.47 356.33 0.22 0.43
Hex 87 56 59 0 24 22 2F 164 16 2B
Octal 207 126 131 0 44 42 57 544 26 53
Binary 10000111 1010110 1011001 0 100100 100010 101111 101100100 10110 101011

Color Harmonies of #875659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875659

Black with #875659

Text Example


Text Example

White with #875659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875659; }

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

 H1.HeaderClassName
 {
   color: #875659;
 }
 .AnyTagClassName
 {
   color: #875659;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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