#864F75

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

Shades of Trendy Pink #864F75

Tints of Trendy Pink #864F75

Color information

#864F75 (or 0x864F75) is unknown color: approx Trendy Pink. HEX triplet: 86, 4F and 75. RGB value is (134,79,117). Sum of RGB (Red+Green+Blue) = 134+79+117=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #864F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864F75 is #79B08A. Grayscale: #636363. Windows color (decimal): -7975051 or 7688070. OLE color: 7688070.

HSL color Cylindrical-coordinate representation of color #864F75: hue angle of 318.55º 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 #864F75 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13479117-
CMYK00.410.130.47
HSL318.55º25.82%41.76%-
HSV(B)318.55º41.04%52.55%-
XYZ15.8411.9418.3-
YUV99.78137.72152.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.61%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=40.61%
G=23.94%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347911700.410.130.47318.5525.8241.76
Hex864F75029D2F13f1a2a
Octal20611716505115574773252
Binary10000110100111111101010101001110110111110011111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864F75; }

 p { color: rgb(134,79,117); }

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

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

 a { background-color: rgb(134,79,117); }

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

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

 span { border-color: rgb(134,79,117); }

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