#864754

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

Shades of Solid Pink #864754

Tints of Solid Pink #864754

Color information

#864754 (or 0x864754) is unknown color: approx Solid Pink. HEX triplet: 86, 47 and 54. RGB value is (134,71,84). Sum of RGB (Red+Green+Blue) = 134+71+84=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #864754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864754 is #79B8AB. Grayscale: #5B5B5B. Windows color (decimal): -7977132 or 5523334. OLE color: 5523334.

HSL color Cylindrical-coordinate representation of color #864754: hue angle of 347.62º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #864754 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1347184-
CMYK00.470.370.47
HSL347.62º30.73%40.2%-
HSV(B)347.62º47.01%52.55%-
XYZ13.6810.219.64-
YUV91.32123.87158.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 84 (33.20% from 255) = 29.07%
R=46.37%
G=24.57%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134718400.470.370.47347.6230.7340.2
Hex86475402F252F15c1f28
Octal20610712405745575343750
Binary1000011010001111010100010111110010110111110101110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864754; }

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

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

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

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

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

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

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

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