#89475B

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

Shades of Cannon Pink #89475B

Tints of Cannon Pink #89475B

Color information

#89475B (or 0x89475B) is unknown color: approx Cannon Pink. HEX triplet: 89, 47 and 5B. RGB value is (137,71,91). Sum of RGB (Red+Green+Blue) = 137+71+91=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #89475B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89475B is #76B8A4. Grayscale: #5D5D5D. Windows color (decimal): -7780517 or 5982089. OLE color: 5982089.

HSL color Cylindrical-coordinate representation of color #89475B: hue angle of 341.82º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89475B is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1377191-
CMYK00.480.340.46
HSL341.82º31.73%40.78%-
HSV(B)341.82º48.18%53.73%-
XYZ14.4610.5811.18-
YUV93.01126.87159.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.82%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=45.82%
G=23.75%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137719100.480.340.46341.8231.7340.78
Hex89475B030222E1562029
Octal21110713306042565264051
Binary10001001100011110110110110000100010101110101010110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89475B; }

 p { color: rgb(137,71,91); }

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

<style>
 a { background-color: #89475B; }

 a { background-color: rgb(137,71,91); }

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

<style>
 span { border-color: #89475B; }

 span { border-color: rgb(137,71,91); }

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