#86474D

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

Shades of Solid Pink #86474D

Tints of Solid Pink #86474D

Color information

#86474D (or 0x86474D) is unknown color: approx Solid Pink. HEX triplet: 86, 47 and 4D. RGB value is (134,71,77). Sum of RGB (Red+Green+Blue) = 134+71+77=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86474D is #79B8B2. Grayscale: #5A5A5A. Windows color (decimal): -7977139 or 5064582. OLE color: 5064582.

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

Color convert

RGB1347177-
CMYK00.470.430.47
HSL354.29º30.73%40.2%-
HSV(B)354.29º47.01%52.55%-
XYZ13.4210.118.27-
YUV90.52120.37159.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 77 (30.47% from 255) = 27.30%
R=47.52%
G=25.18%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134717700.470.430.47354.2930.7340.2
Hex86474D02F2B2F1621f28
Octal20610711505753575423750
Binary1000011010001111001101010111110101110111110110001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,71,77); }

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

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

 a { background-color: rgb(134,71,77); }

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

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

 span { border-color: rgb(134,71,77); }

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