Html Css Color HEX #875159 Solid Pink

📋 copy color: '#875159'

red 135 ◦ green 81 ◦ blue 89

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

Shades of Solid Pink #875159

Tints of Solid Pink #875159

RGB

 RED value IS 135 (53.13% 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 value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#875159 (or 0x875159) is known color: 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

RGB 135 81 89 -
CMYK 0 0.40 0.34 0.47
HSL 351.11º 0.25% 0.42% -
HSV(B) 351.11º 0.4% 0.53% -
XYZ 14.74 11.76 10.94 -
YUV 98.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 135 81 89 0 0.40 0.34 0.47 351.11 0.25 0.42
Hex 87 51 59 0 28 22 2F 15F 19 2A
Octal 207 121 131 0 50 42 57 537 31 52
Binary 10000111 1010001 1011001 0 101000 100010 101111 101011111 11001 101010

Color Harmonies of #875159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875159

Black with #875159

Text Example


Text Example

White with #875159

Text Example


Text Example

HTML Codes & Css Web 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>