#864376

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

Shades of Trendy Pink #864376

Tints of Trendy Pink #864376

Color information

#864376 (or 0x864376) is unknown color: approx Trendy Pink. HEX triplet: 86, 43 and 76. RGB value is (134,67,118). Sum of RGB (Red+Green+Blue) = 134+67+118=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #864376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864376 is #79BC89. Grayscale: #5C5C5C. Windows color (decimal): -7978122 or 7750534. OLE color: 7750534.

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

Color convert

RGB13467118-
CMYK00.50.120.47
HSL314.33º33.33%39.41%-
HSV(B)314.33º50%52.55%-
XYZ15.1110.3918.35-
YUV92.85142.2157.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=42.01%
G=21.00%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346711800.50.120.47314.3333.3339.41
Hex864376032C2F13a2127
Octal20610316606214574724147
Binary100001101000011111011001100101100101111100111010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864376; }

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

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

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

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

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

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

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

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