#89475A

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

Shades of Cannon Pink #89475A

Tints of Cannon Pink #89475A

Color information

#89475A (or 0x89475A) is unknown color: approx Cannon Pink. HEX triplet: 89, 47 and 5A. RGB value is (137,71,90). Sum of RGB (Red+Green+Blue) = 137+71+90=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #89475A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89475A is #76B8A5. Grayscale: #5C5C5C. Windows color (decimal): -7780518 or 5916553. OLE color: 5916553.

HSL color Cylindrical-coordinate representation of color #89475A: hue angle of 342.73º 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 #89475A is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1377190-
CMYK00.480.340.46
HSL342.73º31.73%40.78%-
HSV(B)342.73º48.18%53.73%-
XYZ14.4210.5610.95-
YUV92.9126.37159.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 71 (28.12% from 255) = 23.83%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=45.97%
G=23.83%
B=30.20%

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
Decimal137719000.480.340.46342.7331.7340.78
Hex89475A030222E1572029
Octal21110713206042565274051
Binary10001001100011110110100110000100010101110101010111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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