#89565E

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

Shades of Cannon Pink #89565E

Tints of Cannon Pink #89565E

Color information

#89565E (or 0x89565E) is unknown color: approx Cannon Pink. HEX triplet: 89, 56 and 5E. RGB value is (137,86,94). Sum of RGB (Red+Green+Blue) = 137+86+94=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #89565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89565E is #76A9A1. Grayscale: #666666. Windows color (decimal): -7776674 or 6182537. OLE color: 6182537.

HSL color Cylindrical-coordinate representation of color #89565E: hue angle of 350.59º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89565E is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1378694-
CMYK00.370.310.46
HSL350.59º22.87%43.73%-
HSV(B)350.59º37.23%53.73%-
XYZ15.6612.7812.23-
YUV102.16123.4152.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=43.22%
G=27.13%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137869400.370.310.46350.5922.8743.73
Hex89565E0251F2E15f172c
Octal21112613604537565372754
Binary100010011010110101111001001011111110111010101111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89565E; }

 p { color: rgb(137,86,94); }

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

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

 a { background-color: rgb(137,86,94); }

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

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

 span { border-color: rgb(137,86,94); }

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