#89576E

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

Shades of Cannon Pink #89576E

Tints of Cannon Pink #89576E

Color information

#89576E (or 0x89576E) is unknown color: approx Cannon Pink. HEX triplet: 89, 57 and 6E. RGB value is (137,87,110). Sum of RGB (Red+Green+Blue) = 137+87+110=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #89576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89576E is #76A891. Grayscale: #686868. Windows color (decimal): -7776402 or 7231369. OLE color: 7231369.

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

Color convert

RGB13787110-
CMYK00.360.200.46
HSL332.4º22.32%43.92%-
HSV(B)332.4º36.5%53.73%-
XYZ16.5413.2616.44-
YUV104.57131.06151.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.02%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=41.02%
G=26.05%
B=32.93%

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
Decimal1378711000.360.200.46332.422.3243.92
Hex89576E024142E14c162c
Octal21112715604424565142654
Binary100010011010111110111001001001010010111010100110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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