#864247

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

Shades of Solid Pink #864247

Tints of Solid Pink #864247

Color information

#864247 (or 0x864247) is unknown color: approx Solid Pink. HEX triplet: 86, 42 and 47. RGB value is (134,66,71). Sum of RGB (Red+Green+Blue) = 134+66+71=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #864247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864247 is #79BDB8. Grayscale: #565656. Windows color (decimal): -7978425 or 4670086. OLE color: 4670086.

HSL color Cylindrical-coordinate representation of color #864247: hue angle of 355.59º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #864247 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1346671-
CMYK00.510.470.47
HSL355.59º34%39.22%-
HSV(B)355.59º50.75%52.55%-
XYZ12.929.427.1-
YUV86.9119.03161.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 71 (28.12% from 255) = 26.20%
R=49.45%
G=24.35%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134667100.510.470.47355.593439.22
Hex8642470332F2F1642227
Octal20610210706357575444247
Binary10000110100001010001110110011101111101111101100100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864247; }

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

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

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

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

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

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

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

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