#86467D

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

Shades of Trendy Pink #86467D

Tints of Trendy Pink #86467D

Color information

#86467D (or 0x86467D) is unknown color: approx Trendy Pink. HEX triplet: 86, 46 and 7D. RGB value is (134,70,125). Sum of RGB (Red+Green+Blue) = 134+70+125=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #86467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86467D is #79B982. Grayscale: #5F5F5F. Windows color (decimal): -7977347 or 8210054. OLE color: 8210054.

HSL color Cylindrical-coordinate representation of color #86467D: hue angle of 308.44º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86467D is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13470125-
CMYK00.480.070.47
HSL308.44º31.37%40%-
HSV(B)308.44º47.76%52.55%-
XYZ15.7210.9320.68-
YUV95.41144.7155.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=40.73%
G=21.28%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347012500.480.070.47308.4431.3740
Hex86467D03072F1341f28
Octal2061061750607574643750
Binary1000011010001101111101011000011110111110011010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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