#864377

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

Shades of Trendy Pink #864377

Tints of Trendy Pink #864377

Color information

#864377 (or 0x864377) is unknown color: approx Trendy Pink. HEX triplet: 86, 43 and 77. RGB value is (134,67,119). Sum of RGB (Red+Green+Blue) = 134+67+119=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #864377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864377 is #79BC88. Grayscale: #5C5C5C. Windows color (decimal): -7978121 or 7816070. OLE color: 7816070.

HSL color Cylindrical-coordinate representation of color #864377: hue angle of 313.43º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #864377 is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13467119-
CMYK00.50.110.47
HSL313.43º33.33%39.41%-
HSV(B)313.43º50%52.55%-
XYZ15.1710.4118.66-
YUV92.96142.7157.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 67 (26.56% from 255) = 20.94%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=41.88%
G=20.94%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346711900.50.110.47313.4333.3339.41
Hex864377032B2F1392127
Octal20610316706213574714147
Binary100001101000011111011101100101011101111100111001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864377; }

 p { color: rgb(134,67,119); }

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

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

 a { background-color: rgb(134,67,119); }

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

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

 span { border-color: rgb(134,67,119); }

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