#89535E

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

Shades of Cannon Pink #89535E

Tints of Cannon Pink #89535E

Color information

#89535E (or 0x89535E) is unknown color: approx Cannon Pink. HEX triplet: 89, 53 and 5E. RGB value is (137,83,94). Sum of RGB (Red+Green+Blue) = 137+83+94=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #89535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89535E is #76ACA1. Grayscale: #646464. Windows color (decimal): -7777442 or 6181769. OLE color: 6181769.

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

Color convert

RGB1378394-
CMYK00.390.310.46
HSL347.78º24.55%43.14%-
HSV(B)347.78º39.42%53.73%-
XYZ15.4312.3112.15-
YUV100.4124.39154.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.63%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=43.63%
G=26.43%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137839400.390.310.46347.7824.5543.14
Hex89535E0271F2E15c192b
Octal21112313604737565343153
Binary100010011010011101111001001111111110111010101110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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