#86437D

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

Shades of Trendy Pink #86437D

Tints of Trendy Pink #86437D

Color information

#86437D (or 0x86437D) is unknown color: approx Trendy Pink. HEX triplet: 86, 43 and 7D. RGB value is (134,67,125). Sum of RGB (Red+Green+Blue) = 134+67+125=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #86437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86437D is #79BC82. Grayscale: #5D5D5D. Windows color (decimal): -7978115 or 8209286. OLE color: 8209286.

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

Color convert

RGB13467125-
CMYK00.50.070.47
HSL308.06º33.33%39.41%-
HSV(B)308.06º50%52.55%-
XYZ15.5410.5620.62-
YUV93.64145.7156.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=41.10%
G=20.55%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346712500.50.070.47308.0633.3339.41
Hex86437D03272F1342127
Octal2061031750627574644147
Binary10000110100001111111010110010111101111100110100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86437D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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