#864459

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

Shades of Cannon Pink #864459

Tints of Cannon Pink #864459

Color information

#864459 (or 0x864459) is unknown color: approx Cannon Pink. HEX triplet: 86, 44 and 59. RGB value is (134,68,89). Sum of RGB (Red+Green+Blue) = 134+68+89=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #864459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864459 is #79BBA6. Grayscale: #5A5A5A. Windows color (decimal): -7977895 or 5850246. OLE color: 5850246.

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

Color convert

RGB1346889-
CMYK00.490.340.47
HSL340.91º32.67%39.61%-
HSV(B)340.91º49.25%52.55%-
XYZ13.79.9210.64-
YUV90.13127.37159.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=46.05%
G=23.37%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134688900.490.340.47340.9132.6739.61
Hex864459031222F1552128
Octal20610413106142575254150
Binary10000110100010010110010110001100010101111101010101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864459; }

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

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

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

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

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

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

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

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