#864347

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

Shades of Solid Pink #864347

Tints of Solid Pink #864347

Color information

#864347 (or 0x864347) is unknown color: approx Solid Pink. HEX triplet: 86, 43 and 47. RGB value is (134,67,71). Sum of RGB (Red+Green+Blue) = 134+67+71=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #864347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864347 is #79BCB8. Grayscale: #575757. Windows color (decimal): -7978169 or 4670342. OLE color: 4670342.

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

Color convert

RGB1346771-
CMYK00.50.470.47
HSL356.42º33.33%39.41%-
HSV(B)356.42º50%52.55%-
XYZ12.989.547.12-
YUV87.49118.7161.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 67 (26.56% from 255) = 24.63%
BLUE value IS 71 (28.12% from 255) = 26.10%
R=49.26%
G=24.63%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134677100.50.470.47356.4233.3339.41
Hex8643470322F2F1642127
Octal20610310706257575444147
Binary10000110100001110001110110010101111101111101100100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864347; }

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

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

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

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

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

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

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

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