#865480

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

Shades of Trendy Pink #865480

Tints of Trendy Pink #865480

Color information

#865480 (or 0x865480) is unknown color: approx Trendy Pink. HEX triplet: 86, 54 and 80. RGB value is (134,84,128). Sum of RGB (Red+Green+Blue) = 134+84+128=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #865480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865480 is #79AB7F. Grayscale: #676767. Windows color (decimal): -7973760 or 8410246. OLE color: 8410246.

HSL color Cylindrical-coordinate representation of color #865480: hue angle of 307.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865480 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13484128-
CMYK00.370.040.47
HSL307.2º22.94%42.75%-
HSV(B)307.2º37.31%52.55%-
XYZ16.912.9722.03-
YUV103.97141.56149.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=38.73%
G=24.28%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348412800.370.040.47307.222.9442.75
Hex86548002542F133172b
Octal2061242000454574632753
Binary10000110101010010000000010010110010111110011001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865480; }

 p { color: rgb(134,84,128); }

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

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

 a { background-color: rgb(134,84,128); }

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

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

 span { border-color: rgb(134,84,128); }

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