#865979

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

Shades of Trendy Pink #865979

Tints of Trendy Pink #865979

Color information

#865979 (or 0x865979) is unknown color: approx Trendy Pink. HEX triplet: 86, 59 and 79. RGB value is (134,89,121). Sum of RGB (Red+Green+Blue) = 134+89+121=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #865979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865979 is #79A686. Grayscale: #6A6A6A. Windows color (decimal): -7972487 or 7952774. OLE color: 7952774.

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

Color convert

RGB13489121-
CMYK00.340.100.47
HSL317.33º20.18%43.73%-
HSV(B)317.33º33.58%52.55%-
XYZ16.8613.5919.82-
YUV106.1136.41147.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 121 (47.66% from 255) = 35.17%
R=38.95%
G=25.87%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348912100.340.100.47317.3320.1843.73
Hex865979022A2F13d142c
Octal20613117104212574752454
Binary10000110101100111110010100010101010111110011110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865979; }

 p { color: rgb(134,89,121); }

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

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

 a { background-color: rgb(134,89,121); }

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

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

 span { border-color: rgb(134,89,121); }

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