#864481

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

Shades of Trendy Pink #864481

Tints of Trendy Pink #864481

Color information

#864481 (or 0x864481) is unknown color: approx Trendy Pink. HEX triplet: 86, 44 and 81. RGB value is (134,68,129). Sum of RGB (Red+Green+Blue) = 134+68+129=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #864481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864481 is #79BB7E. Grayscale: #5E5E5E. Windows color (decimal): -7977855 or 8471686. OLE color: 8471686.

HSL color Cylindrical-coordinate representation of color #864481: hue angle of 304.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 #864481 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13468129-
CMYK00.490.040.47
HSL304.55º32.67%39.61%-
HSV(B)304.55º49.25%52.55%-
XYZ15.8610.7922.02-
YUV94.69147.37156.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.48%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 129 (50.78% from 255) = 38.97%
R=40.48%
G=20.54%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346812900.490.040.47304.5532.6739.61
Hex86448103142F1312128
Octal2061042010614574614150
Binary100001101000100100000010110001100101111100110001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864481; }

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

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

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

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

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

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

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

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