#89495D

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

Shades of Cannon Pink #89495D

Tints of Cannon Pink #89495D

Color information

#89495D (or 0x89495D) is unknown color: approx Cannon Pink. HEX triplet: 89, 49 and 5D. RGB value is (137,73,93). Sum of RGB (Red+Green+Blue) = 137+73+93=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #89495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89495D is #76B6A2. Grayscale: #5E5E5E. Windows color (decimal): -7780003 or 6113673. OLE color: 6113673.

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

Color convert

RGB1377393-
CMYK00.470.320.46
HSL341.25º30.48%41.18%-
HSV(B)341.25º46.72%53.73%-
XYZ14.6710.8711.68-
YUV94.42127.2158.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.21%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=45.21%
G=24.09%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137739300.470.320.46341.2530.4841.18
Hex89495D02F202E1551e29
Octal21111113505740565253651
Binary1000100110010011011101010111110000010111010101010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89495D; }

 p { color: rgb(137,73,93); }

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

<style>
 a { background-color: #89495D; }

 a { background-color: rgb(137,73,93); }

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

<style>
 span { border-color: #89495D; }

 span { border-color: rgb(137,73,93); }

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