#865F80

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

Shades of Trendy Pink #865F80

Tints of Trendy Pink #865F80

Color information

#865F80 (or 0x865F80) is unknown color: approx Trendy Pink. HEX triplet: 86, 5F and 80. RGB value is (134,95,128). Sum of RGB (Red+Green+Blue) = 134+95+128=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #865F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865F80 is #79A07F. Grayscale: #6E6E6E. Windows color (decimal): -7970944 or 8413062. OLE color: 8413062.

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

Color convert

RGB13495128-
CMYK00.290.040.47
HSL309.23º17.03%44.9%-
HSV(B)309.23º29.1%52.55%-
XYZ17.8214.8122.34-
YUV110.42137.92144.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 95 (37.5% from 255) = 26.61%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=37.54%
G=26.61%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349512800.290.040.47309.2317.0344.9
Hex865F8001D42F135112d
Octal2061372000354574652155
Binary1000011010111111000000001110110010111110011010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865F80; }

 p { color: rgb(134,95,128); }

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

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

 a { background-color: rgb(134,95,128); }

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

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

 span { border-color: rgb(134,95,128); }

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