Html Css Color HEX #875056 Solid Pink

📋 copy color: '#875056'

red 135 ◦ green 80 ◦ blue 86

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

Shades of Solid Pink #875056

Tints of Solid Pink #875056

RGB

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

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

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

RGB 135 80 86 -
CMYK 0 0.41 0.36 0.47
HSL 353.45º 0.26% 0.42% -
HSV(B) 353.45º 0.41% 0.53% -
XYZ 14.54 11.56 10.27 -
YUV 97.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 135 80 86 0 0.41 0.36 0.47 353.45 0.26 0.42
Hex 87 50 56 0 29 24 2F 161 1A 2A
Octal 207 120 126 0 51 44 57 541 32 52
Binary 10000111 1010000 1010110 0 101001 100100 101111 101100001 11010 101010

Color Harmonies of #875056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875056

Black with #875056

Text Example


Text Example

White with #875056

Text Example


Text Example

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