#89576F

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

Shades of Cannon Pink #89576F

Tints of Cannon Pink #89576F

Color information

#89576F (or 0x89576F) is unknown color: approx Cannon Pink. HEX triplet: 89, 57 and 6F. RGB value is (137,87,111). Sum of RGB (Red+Green+Blue) = 137+87+111=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #89576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89576F is #76A890. Grayscale: #686868. Windows color (decimal): -7776401 or 7296905. OLE color: 7296905.

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

Color convert

RGB13787111-
CMYK00.360.190.46
HSL331.2º22.32%43.92%-
HSV(B)331.2º36.5%53.73%-
XYZ16.5913.2816.73-
YUV104.69131.56151.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=40.90%
G=25.97%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378711100.360.190.46331.222.3243.92
Hex89576F024132E14b162c
Octal21112715704423565132654
Binary100010011010111110111101001001001110111010100101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89576F; }

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

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

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

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

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

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

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

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