#895361

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

Shades of Cannon Pink #895361

Tints of Cannon Pink #895361

Color information

#895361 (or 0x895361) is unknown color: approx Cannon Pink. HEX triplet: 89, 53 and 61. RGB value is (137,83,97). Sum of RGB (Red+Green+Blue) = 137+83+97=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #895361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895361 is #76AC9E. Grayscale: #646464. Windows color (decimal): -7777439 or 6378377. OLE color: 6378377.

HSL color Cylindrical-coordinate representation of color #895361: hue angle of 344.44º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895361 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB1378397-
CMYK00.390.290.46
HSL344.44º24.55%43.14%-
HSV(B)344.44º39.42%53.73%-
XYZ15.5712.3712.88-
YUV100.74125.89153.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=43.22%
G=26.18%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137839700.390.290.46344.4424.5543.14
Hex8953610271D2E158192b
Octal21112314104735565303153
Binary100010011010011110000101001111110110111010101100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895361; }

 p { color: rgb(137,83,97); }

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

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

 a { background-color: rgb(137,83,97); }

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

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

 span { border-color: rgb(137,83,97); }

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