#864B75

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

Shades of Trendy Pink #864B75

Tints of Trendy Pink #864B75

Color information

#864B75 (or 0x864B75) is unknown color: approx Trendy Pink. HEX triplet: 86, 4B and 75. RGB value is (134,75,117). Sum of RGB (Red+Green+Blue) = 134+75+117=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #864B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864B75 is #79B48A. Grayscale: #616161. Windows color (decimal): -7976075 or 7687046. OLE color: 7687046.

HSL color Cylindrical-coordinate representation of color #864B75: hue angle of 317.29º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #864B75 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13475117-
CMYK00.440.130.47
HSL317.29º28.23%40.98%-
HSV(B)317.29º44.03%52.55%-
XYZ15.5611.3818.21-
YUV97.43139.05154.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=41.10%
G=23.01%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347511700.440.130.47317.2928.2340.98
Hex864B7502CD2F13d1c29
Octal20611316505415574753451
Binary10000110100101111101010101100110110111110011110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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