#864F57

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

Shades of Solid Pink #864F57

Tints of Solid Pink #864F57

Color information

#864F57 (or 0x864F57) is unknown color: approx Solid Pink. HEX triplet: 86, 4F and 57. RGB value is (134,79,87). Sum of RGB (Red+Green+Blue) = 134+79+87=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #864F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864F57 is #79B0A8. Grayscale: #606060. Windows color (decimal): -7975081 or 5721990. OLE color: 5721990.

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

Color convert

RGB1347987-
CMYK00.410.350.47
HSL351.27º25.82%41.76%-
HSV(B)351.27º41.04%52.55%-
XYZ14.3511.3510.45-
YUV96.36122.72154.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 79 (31.25% from 255) = 26.33%
BLUE value IS 87 (34.38% from 255) = 29%
R=44.67%
G=26.33%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134798700.410.350.47351.2725.8241.76
Hex864F57029232F15f1a2a
Octal20611712705143575373252
Binary1000011010011111010111010100110001110111110101111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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