#875F81

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

Shades of Trendy Pink #875F81

Tints of Trendy Pink #875F81

Color information

#875F81 (or 0x875F81) is unknown color: approx Trendy Pink. HEX triplet: 87, 5F and 81. RGB value is (135,95,129). Sum of RGB (Red+Green+Blue) = 135+95+129=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #875F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875F81 is #78A07E. Grayscale: #6E6E6E. Windows color (decimal): -7905407 or 8478599. OLE color: 8478599.

HSL color Cylindrical-coordinate representation of color #875F81: hue angle of 309º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875F81 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13595129-
CMYK00.300.040.47
HSL309º17.39%45.1%-
HSV(B)309º29.63%52.94%-
XYZ18.0514.9222.7-
YUV110.84138.25145.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 129 (50.78% from 255) = 35.93%
R=37.60%
G=26.46%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359512900.300.040.4730917.3945.1
Hex875F8101E42F135112d
Octal2071372010364574652155
Binary1000011110111111000000101111010010111110011010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875F81; }

 p { color: rgb(135,95,129); }

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

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

 a { background-color: rgb(135,95,129); }

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

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

 span { border-color: rgb(135,95,129); }

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