#864E51

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

Shades of Solid Pink #864E51

Tints of Solid Pink #864E51

Color information

#864E51 (or 0x864E51) is unknown color: approx Solid Pink. HEX triplet: 86, 4E and 51. RGB value is (134,78,81). Sum of RGB (Red+Green+Blue) = 134+78+81=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #864E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E51 is #79B1AE. Grayscale: #5F5F5F. Windows color (decimal): -7975343 or 5328518. OLE color: 5328518.

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

Color convert

RGB1347881-
CMYK00.420.400.47
HSL356.79º26.42%41.57%-
HSV(B)356.79º41.79%52.55%-
XYZ14.0411.119.19-
YUV95.09120.05155.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 78 (30.86% from 255) = 26.62%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=45.73%
G=26.62%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134788100.420.400.47356.7926.4241.57
Hex864E5102A282F1651a2a
Octal20611612105250575453252
Binary1000011010011101010001010101010100010111110110010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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