#864C4F

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

Shades of Solid Pink #864C4F

Tints of Solid Pink #864C4F

Color information

#864C4F (or 0x864C4F) is unknown color: approx Solid Pink. HEX triplet: 86, 4C and 4F. RGB value is (134,76,79). Sum of RGB (Red+Green+Blue) = 134+76+79=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #864C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864C4F is #79B3B0. Grayscale: #5D5D5D. Windows color (decimal): -7975857 or 5196934. OLE color: 5196934.

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

Color convert

RGB1347679-
CMYK00.430.410.47
HSL356.9º27.62%41.18%-
HSV(B)356.9º43.28%52.55%-
XYZ13.8310.88.75-
YUV93.68119.72156.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 76 (30.08% from 255) = 26.30%
BLUE value IS 79 (31.25% from 255) = 27.34%
R=46.37%
G=26.30%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134767900.430.410.47356.927.6241.18
Hex864C4F02B292F1651c29
Octal20611411705351575453451
Binary1000011010011001001111010101110100110111110110010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864C4F; }

 p { color: rgb(134,76,79); }

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

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

 a { background-color: rgb(134,76,79); }

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

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

 span { border-color: rgb(134,76,79); }

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