#89575E

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

Shades of Cannon Pink #89575E

Tints of Cannon Pink #89575E

Color information

#89575E (or 0x89575E) is unknown color: approx Cannon Pink. HEX triplet: 89, 57 and 5E. RGB value is (137,87,94). Sum of RGB (Red+Green+Blue) = 137+87+94=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #89575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89575E is #76A8A1. Grayscale: #666666. Windows color (decimal): -7776418 or 6182793. OLE color: 6182793.

HSL color Cylindrical-coordinate representation of color #89575E: hue angle of 351.6º 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 #89575E is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1378794-
CMYK00.360.310.46
HSL351.6º22.32%43.92%-
HSV(B)351.6º36.5%53.73%-
XYZ15.7512.9412.26-
YUV102.75123.06152.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=43.08%
G=27.36%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137879400.360.310.46351.622.3243.92
Hex89575E0241F2E160162c
Octal21112713604437565402654
Binary100010011010111101111001001001111110111010110000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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