#864979

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

Shades of Trendy Pink #864979

Tints of Trendy Pink #864979

Color information

#864979 (or 0x864979) is unknown color: approx Trendy Pink. HEX triplet: 86, 49 and 79. RGB value is (134,73,121). Sum of RGB (Red+Green+Blue) = 134+73+121=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #864979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864979 is #79B686. Grayscale: #606060. Windows color (decimal): -7976583 or 7948678. OLE color: 7948678.

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

Color convert

RGB13473121-
CMYK00.460.100.47
HSL312.79º29.47%40.59%-
HSV(B)312.79º45.52%52.55%-
XYZ15.6711.2119.43-
YUV96.71141.71154.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 73 (28.91% from 255) = 22.26%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=40.85%
G=22.26%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347312100.460.100.47312.7929.4740.59
Hex86497902EA2F1391d29
Octal20611117105612574713551
Binary10000110100100111110010101110101010111110011100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864979; }

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

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

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

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

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

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

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

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