#864249

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

Shades of Solid Pink #864249

Tints of Solid Pink #864249

Color information

#864249 (or 0x864249) is unknown color: approx Solid Pink. HEX triplet: 86, 42 and 49. RGB value is (134,66,73). Sum of RGB (Red+Green+Blue) = 134+66+73=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #864249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864249 is #79BDB6. Grayscale: #575757. Windows color (decimal): -7978423 or 4801158. OLE color: 4801158.

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

Color convert

RGB1346673-
CMYK00.510.460.47
HSL353.82º34%39.22%-
HSV(B)353.82º50.75%52.55%-
XYZ12.989.457.44-
YUV87.13120.03161.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=49.08%
G=24.18%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134667300.510.460.47353.823439.22
Hex8642490332E2F1622227
Octal20610211106356575424247
Binary10000110100001010010010110011101110101111101100010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864249; }

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

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

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

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

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

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

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

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