#89536A

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

Shades of Cannon Pink #89536A

Tints of Cannon Pink #89536A

Color information

#89536A (or 0x89536A) is unknown color: approx Cannon Pink. HEX triplet: 89, 53 and 6A. RGB value is (137,83,106). Sum of RGB (Red+Green+Blue) = 137+83+106=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #89536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89536A is #76AC95. Grayscale: #656565. Windows color (decimal): -7777430 or 6968201. OLE color: 6968201.

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

Color convert

RGB13783106-
CMYK00.390.230.46
HSL334.44º24.55%43.14%-
HSV(B)334.44º39.42%53.73%-
XYZ16.0112.5515.21-
YUV101.77130.39153.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=42.02%
G=25.46%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378310600.390.230.46334.4424.5543.14
Hex89536A027172E14e192b
Octal21112315204727565163153
Binary100010011010011110101001001111011110111010100111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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