#864E55

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

Shades of Solid Pink #864E55

Tints of Solid Pink #864E55

Color information

#864E55 (or 0x864E55) is unknown color: approx Solid Pink. HEX triplet: 86, 4E and 55. RGB value is (134,78,85). Sum of RGB (Red+Green+Blue) = 134+78+85=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #864E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E55 is #79B1AA. Grayscale: #5F5F5F. Windows color (decimal): -7975339 or 5590662. OLE color: 5590662.

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

Color convert

RGB1347885-
CMYK00.420.370.47
HSL352.5º26.42%41.57%-
HSV(B)352.5º41.79%52.55%-
XYZ14.211.1710-
YUV95.54122.05155.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=45.12%
G=26.26%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134788500.420.370.47352.526.4241.57
Hex864E5502A252F1601a2a
Octal20611612505245575403252
Binary1000011010011101010101010101010010110111110110000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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