#864D51

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

Shades of Solid Pink #864D51

Tints of Solid Pink #864D51

Color information

#864D51 (or 0x864D51) is unknown color: approx Solid Pink. HEX triplet: 86, 4D and 51. RGB value is (134,77,81). Sum of RGB (Red+Green+Blue) = 134+77+81=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #864D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D51 is #79B2AE. Grayscale: #5E5E5E. Windows color (decimal): -7975599 or 5328262. OLE color: 5328262.

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

Color convert

RGB1347781-
CMYK00.430.400.47
HSL355.79º27.01%41.37%-
HSV(B)355.79º42.54%52.55%-
XYZ13.9710.979.17-
YUV94.5120.38156.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 77 (30.47% from 255) = 26.37%
BLUE value IS 81 (32.03% from 255) = 27.74%
R=45.89%
G=26.37%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134778100.430.400.47355.7927.0141.37
Hex864D5102B282F1641b29
Octal20611512105350575443351
Binary1000011010011011010001010101110100010111110110010011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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