#89586D

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

Shades of Cannon Pink #89586D

Tints of Cannon Pink #89586D

Color information

#89586D (or 0x89586D) is unknown color: approx Cannon Pink. HEX triplet: 89, 58 and 6D. RGB value is (137,88,109). Sum of RGB (Red+Green+Blue) = 137+88+109=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #89586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89586D is #76A792. Grayscale: #696969. Windows color (decimal): -7776147 or 7166089. OLE color: 7166089.

HSL color Cylindrical-coordinate representation of color #89586D: hue angle of 334.29º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89586D is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13788109-
CMYK00.360.200.46
HSL334.29º21.78%44.12%-
HSV(B)334.29º35.77%53.73%-
XYZ16.5713.416.18-
YUV105.04130.23150.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.02%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=41.02%
G=26.35%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378810900.360.200.46334.2921.7844.12
Hex89586D024142E14e162c
Octal21113015504424565162654
Binary100010011011000110110101001001010010111010100111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89586D; }

 p { color: rgb(137,88,109); }

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

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

 a { background-color: rgb(137,88,109); }

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

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

 span { border-color: rgb(137,88,109); }

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