#864476

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

Shades of Trendy Pink #864476

Tints of Trendy Pink #864476

Color information

#864476 (or 0x864476) is unknown color: approx Trendy Pink. HEX triplet: 86, 44 and 76. RGB value is (134,68,118). Sum of RGB (Red+Green+Blue) = 134+68+118=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #864476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864476 is #79BB89. Grayscale: #5D5D5D. Windows color (decimal): -7977866 or 7750790. OLE color: 7750790.

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

Color convert

RGB13468118-
CMYK00.490.120.47
HSL314.55º32.67%39.61%-
HSV(B)314.55º49.25%52.55%-
XYZ15.1710.5118.37-
YUV93.43141.87156.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=41.88%
G=21.25%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346811800.490.120.47314.5532.6739.61
Hex864476031C2F13b2128
Octal20610416606114574734150
Binary100001101000100111011001100011100101111100111011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864476; }

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

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

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

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

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

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

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

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