#86437E

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

Shades of Trendy Pink #86437E

Tints of Trendy Pink #86437E

Color information

#86437E (or 0x86437E) is unknown color: approx Trendy Pink. HEX triplet: 86, 43 and 7E. RGB value is (134,67,126). Sum of RGB (Red+Green+Blue) = 134+67+126=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #86437E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86437E is #79BC81. Grayscale: #5D5D5D. Windows color (decimal): -7978114 or 8274822. OLE color: 8274822.

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

Color convert

RGB13467126-
CMYK00.50.060.47
HSL307.16º33.33%39.41%-
HSV(B)307.16º50%52.55%-
XYZ15.610.5920.96-
YUV93.76146.2156.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 67 (26.56% from 255) = 20.49%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=40.98%
G=20.49%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346712600.50.060.47307.1633.3339.41
Hex86437E03262F1332127
Octal2061031760626574634147
Binary10000110100001111111100110010110101111100110011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86437E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86437E; }

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

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

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

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

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

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

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

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