#89526f

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

Shades of Cannon Pink #89526F

Tints of Cannon Pink #89526F

Color information

#89526F (or 0x89526F) is unknown color: approx Cannon Pink. HEX triplet: 89, 52 and 6F. RGB value is (137,82,111). Sum of RGB (Red+Green+Blue) = 137+82+111=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #89526F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89526F is #76AD90. Grayscale: #656565. Windows color (decimal): -7777681 or 7295625. OLE color: 7295625.

HSL color Cylindrical-coordinate representation of color #89526F: hue angle of 328.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89526F is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB13782111-
CMYK00.400.190.46
HSL328.36º25.11%42.94%-
HSV(B)328.36º40.15%53.73%-
XYZ16.212.516.6-
YUV101.75133.22153.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.52%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=41.52%
G=24.85%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378211100.400.190.46328.3625.1142.94
Hex89526F028132E148192b
Octal21112215705023565103153
Binary100010011010010110111101010001001110111010100100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89526f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89526f; }

 p { color: rgb(137,82,111); }

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

<style>
 a { background-color: #89526f; }

 a { background-color: rgb(137,82,111); }

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

<style>
 span { border-color: #89526f; }

 span { border-color: rgb(137,82,111); }

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