#89525B

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

Shades of Cannon Pink #89525B

Tints of Cannon Pink #89525B

Color information

#89525B (or 0x89525B) is unknown color: approx Cannon Pink. HEX triplet: 89, 52 and 5B. RGB value is (137,82,91). Sum of RGB (Red+Green+Blue) = 137+82+91=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #89525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89525B is #76ADA4. Grayscale: #636363. Windows color (decimal): -7777701 or 5984905. OLE color: 5984905.

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

Color convert

RGB1378291-
CMYK00.400.340.46
HSL350.18º25.11%42.94%-
HSV(B)350.18º40.15%53.73%-
XYZ15.2212.1111.43-
YUV99.47123.22154.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.19%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=44.19%
G=26.45%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137829100.400.340.46350.1825.1142.94
Hex89525B028222E15e192b
Octal21112213305042565363153
Binary1000100110100101011011010100010001010111010101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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