#865079

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

Shades of Trendy Pink #865079

Tints of Trendy Pink #865079

Color information

#865079 (or 0x865079) is unknown color: approx Trendy Pink. HEX triplet: 86, 50 and 79. RGB value is (134,80,121). Sum of RGB (Red+Green+Blue) = 134+80+121=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #865079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865079 is #79AF86. Grayscale: #646464. Windows color (decimal): -7974791 or 7950470. OLE color: 7950470.

HSL color Cylindrical-coordinate representation of color #865079: hue angle of 314.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865079 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13480121-
CMYK00.400.100.47
HSL314.44º25.23%41.96%-
HSV(B)314.44º40.3%52.55%-
XYZ16.1512.1919.59-
YUV100.82139.39151.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=40%
G=23.88%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348012100.400.100.47314.4425.2341.96
Hex865079028A2F13a192a
Octal20612017105012574723152
Binary10000110101000011110010101000101010111110011101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865079; }

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

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

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

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

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

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

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

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