#864A4F

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

Shades of Solid Pink #864A4F

Tints of Solid Pink #864A4F

Color information

#864A4F (or 0x864A4F) is unknown color: approx Solid Pink. HEX triplet: 86, 4A and 4F. RGB value is (134,74,79). Sum of RGB (Red+Green+Blue) = 134+74+79=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #864A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864A4F is #79B5B0. Grayscale: #5C5C5C. Windows color (decimal): -7976369 or 5196422. OLE color: 5196422.

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

Color convert

RGB1347479-
CMYK00.450.410.47
HSL355º28.85%40.78%-
HSV(B)355º44.78%52.55%-
XYZ13.6910.538.71-
YUV92.51120.38157.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.69%
GREEN value IS 74 (29.30% from 255) = 25.78%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=46.69%
G=25.78%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134747900.450.410.4735528.8540.78
Hex864A4F02D292F1631d29
Octal20611211705551575433551
Binary1000011010010101001111010110110100110111110110001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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