#864379

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

Shades of Trendy Pink #864379

Tints of Trendy Pink #864379

Color information

#864379 (or 0x864379) is unknown color: approx Trendy Pink. HEX triplet: 86, 43 and 79. RGB value is (134,67,121). Sum of RGB (Red+Green+Blue) = 134+67+121=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #864379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864379 is #79BC86. Grayscale: #5D5D5D. Windows color (decimal): -7978119 or 7947142. OLE color: 7947142.

HSL color Cylindrical-coordinate representation of color #864379: hue angle of 311.64º 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 #864379 is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13467121-
CMYK00.50.100.47
HSL311.64º33.33%39.41%-
HSV(B)311.64º50%52.55%-
XYZ15.2910.4619.3-
YUV93.19143.7157.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.61%
GREEN value IS 67 (26.56% from 255) = 20.81%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=41.61%
G=20.81%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346712100.50.100.47311.6433.3339.41
Hex864379032A2F1382127
Octal20610317106212574704147
Binary100001101000011111100101100101010101111100111000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864379; }

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

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

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

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

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

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

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

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