#864849

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

Shades of Solid Pink #864849

Tints of Solid Pink #864849

Color information

#864849 (or 0x864849) is unknown color: approx Solid Pink. HEX triplet: 86, 48 and 49. RGB value is (134,72,73). Sum of RGB (Red+Green+Blue) = 134+72+73=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #864849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864849 is #79B7B6. Grayscale: #5A5A5A. Windows color (decimal): -7976887 or 4802694. OLE color: 4802694.

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

Color convert

RGB1347273-
CMYK00.460.460.47
HSL359.03º30.1%40.39%-
HSV(B)359.03º46.27%52.55%-
XYZ13.3510.187.57-
YUV90.65118.04158.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 72 (28.52% from 255) = 25.81%
BLUE value IS 73 (28.91% from 255) = 26.16%
R=48.03%
G=25.81%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134727300.460.460.47359.0330.140.39
Hex86484902E2E2F1671e28
Octal20611011105656575473650
Binary1000011010010001001001010111010111010111110110011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864849; }

 p { color: rgb(134,72,73); }

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

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

 a { background-color: rgb(134,72,73); }

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

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

 span { border-color: rgb(134,72,73); }

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