#89536E

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

Shades of Cannon Pink #89536E

Tints of Cannon Pink #89536E

Color information

#89536E (or 0x89536E) is unknown color: approx Cannon Pink. HEX triplet: 89, 53 and 6E. RGB value is (137,83,110). Sum of RGB (Red+Green+Blue) = 137+83+110=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #89536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89536E is #76AC91. Grayscale: #666666. Windows color (decimal): -7777426 or 7230345. OLE color: 7230345.

HSL color Cylindrical-coordinate representation of color #89536E: hue angle of 330º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89536E is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13783110-
CMYK00.390.200.46
HSL330º24.55%43.14%-
HSV(B)330º39.42%53.73%-
XYZ16.2212.6316.33-
YUV102.22132.39152.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.52%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=41.52%
G=25.15%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378311000.390.200.4633024.5543.14
Hex89536E027142E14a192b
Octal21112315604724565123153
Binary100010011010011110111001001111010010111010100101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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