#89575F

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

Shades of Cannon Pink #89575F

Tints of Cannon Pink #89575F

Color information

#89575F (or 0x89575F) is unknown color: approx Cannon Pink. HEX triplet: 89, 57 and 5F. RGB value is (137,87,95). Sum of RGB (Red+Green+Blue) = 137+87+95=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #89575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89575F is #76A8A0. Grayscale: #666666. Windows color (decimal): -7776417 or 6248329. OLE color: 6248329.

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

Color convert

RGB1378795-
CMYK00.360.310.46
HSL350.4º22.32%43.92%-
HSV(B)350.4º36.5%53.73%-
XYZ15.7912.9612.5-
YUV102.86123.56152.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 95 (37.5% from 255) = 29.78%
R=42.95%
G=27.27%
B=29.78%

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
Decimal137879500.360.310.46350.422.3243.92
Hex89575F0241F2E15e162c
Octal21112713704437565362654
Binary100010011010111101111101001001111110111010101111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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