#864446

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

Shades of Solid Pink #864446

Tints of Solid Pink #864446

Color information

#864446 (or 0x864446) is unknown color: approx Solid Pink. HEX triplet: 86, 44 and 46. RGB value is (134,68,70). Sum of RGB (Red+Green+Blue) = 134+68+70=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #864446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864446 is #79BBB9. Grayscale: #585858. Windows color (decimal): -7977914 or 4605062. OLE color: 4605062.

HSL color Cylindrical-coordinate representation of color #864446: hue angle of 358.18º 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 #864446 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1346870-
CMYK00.490.480.47
HSL358.18º32.67%39.61%-
HSV(B)358.18º49.25%52.55%-
XYZ139.646.97-
YUV87.96117.87160.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 68 (26.95% from 255) = 25%
BLUE value IS 70 (27.73% from 255) = 25.74%
R=49.26%
G=25%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134687000.490.480.47358.1832.6739.61
Hex864446031302F1662128
Octal20610410606160575464150
Binary10000110100010010001100110001110000101111101100110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864446; }

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

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

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

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

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

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

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

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