#89525D

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

Shades of Cannon Pink #89525D

Tints of Cannon Pink #89525D

Color information

#89525D (or 0x89525D) is unknown color: approx Cannon Pink. HEX triplet: 89, 52 and 5D. RGB value is (137,82,93). Sum of RGB (Red+Green+Blue) = 137+82+93=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #89525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89525D is #76ADA2. Grayscale: #636363. Windows color (decimal): -7777699 or 6115977. OLE color: 6115977.

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

Color convert

RGB1378293-
CMYK00.400.320.46
HSL348º25.11%42.94%-
HSV(B)348º40.15%53.73%-
XYZ15.3112.1411.89-
YUV99.7124.22154.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.91%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=43.91%
G=26.28%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137829300.400.320.4634825.1142.94
Hex89525D028202E15c192b
Octal21112213505040565343153
Binary1000100110100101011101010100010000010111010101110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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