#864449

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

Shades of Solid Pink #864449

Tints of Solid Pink #864449

Color information

#864449 (or 0x864449) is unknown color: approx Solid Pink. HEX triplet: 86, 44 and 49. RGB value is (134,68,73). Sum of RGB (Red+Green+Blue) = 134+68+73=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #864449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864449 is #79BBB6. Grayscale: #585858. Windows color (decimal): -7977911 or 4801670. OLE color: 4801670.

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

Color convert

RGB1346873-
CMYK00.490.460.47
HSL355.45º32.67%39.61%-
HSV(B)355.45º49.25%52.55%-
XYZ13.19.687.48-
YUV88.3119.37160.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 68 (26.95% from 255) = 24.73%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=48.73%
G=24.73%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134687300.490.460.47355.4532.6739.61
Hex8644490312E2F1632128
Octal20610411106156575434150
Binary10000110100010010010010110001101110101111101100011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864449; }

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

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

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

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

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

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

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

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