#864D4F

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

Shades of Solid Pink #864D4F

Tints of Solid Pink #864D4F

Color information

#864D4F (or 0x864D4F) is unknown color: approx Solid Pink. HEX triplet: 86, 4D and 4F. RGB value is (134,77,79). Sum of RGB (Red+Green+Blue) = 134+77+79=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #864D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D4F is #79B2B0. Grayscale: #5E5E5E. Windows color (decimal): -7975601 or 5197190. OLE color: 5197190.

HSL color Cylindrical-coordinate representation of color #864D4F: hue angle of 357.89º degrees, saturation: 0.27, 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 #864D4F is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1347779-
CMYK00.430.410.47
HSL357.89º27.01%41.37%-
HSV(B)357.89º42.54%52.55%-
XYZ13.910.948.78-
YUV94.27119.38156.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=46.21%
G=26.55%
B=27.24%

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
Decimal134777900.430.410.47357.8927.0141.37
Hex864D4F02B292F1661b29
Octal20611511705351575463351
Binary1000011010011011001111010101110100110111110110011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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