#864D54

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

Shades of Solid Pink #864D54

Tints of Solid Pink #864D54

Color information

#864D54 (or 0x864D54) is unknown color: approx Solid Pink. HEX triplet: 86, 4D and 54. RGB value is (134,77,84). Sum of RGB (Red+Green+Blue) = 134+77+84=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #864D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D54 is #79B2AB. Grayscale: #5E5E5E. Windows color (decimal): -7975596 or 5524870. OLE color: 5524870.

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

Color convert

RGB1347784-
CMYK00.430.370.47
HSL352.63º27.01%41.37%-
HSV(B)352.63º42.54%52.55%-
XYZ14.0911.029.77-
YUV94.84121.88155.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=45.42%
G=26.10%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134778400.430.370.47352.6327.0141.37
Hex864D5402B252F1611b29
Octal20611512405345575413351
Binary1000011010011011010100010101110010110111110110000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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