#89525E

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

Shades of Cannon Pink #89525E

Tints of Cannon Pink #89525E

Color information

#89525E (or 0x89525E) is unknown color: approx Cannon Pink. HEX triplet: 89, 52 and 5E. RGB value is (137,82,94). Sum of RGB (Red+Green+Blue) = 137+82+94=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #89525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89525E is #76ADA1. Grayscale: #636363. Windows color (decimal): -7777698 or 6181513. OLE color: 6181513.

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

Color convert

RGB1378294-
CMYK00.400.310.46
HSL346.91º25.11%42.94%-
HSV(B)346.91º40.15%53.73%-
XYZ15.3512.1612.13-
YUV99.81124.72154.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.77%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 94 (37.11% from 255) = 30.03%
R=43.77%
G=26.20%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137829400.400.310.46346.9125.1142.94
Hex89525E0281F2E15b192b
Octal21112213605037565333153
Binary100010011010010101111001010001111110111010101101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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