#86567D

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

Shades of Trendy Pink #86567D

Tints of Trendy Pink #86567D

Color information

#86567D (or 0x86567D) is unknown color: approx Trendy Pink. HEX triplet: 86, 56 and 7D. RGB value is (134,86,125). Sum of RGB (Red+Green+Blue) = 134+86+125=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #86567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86567D is #79A982. Grayscale: #686868. Windows color (decimal): -7973251 or 8214150. OLE color: 8214150.

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

Color convert

RGB13486125-
CMYK00.360.070.47
HSL311.25º21.82%43.14%-
HSV(B)311.25º35.82%52.55%-
XYZ16.8613.221.06-
YUV104.8139.4148.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=38.84%
G=24.93%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348612500.360.070.47311.2521.8243.14
Hex86567D02472F137162b
Octal2061261750447574672653
Binary1000011010101101111101010010011110111110011011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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