#89535C

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

Shades of Cannon Pink #89535C

Tints of Cannon Pink #89535C

Color information

#89535C (or 0x89535C) is unknown color: approx Cannon Pink. HEX triplet: 89, 53 and 5C. RGB value is (137,83,92). Sum of RGB (Red+Green+Blue) = 137+83+92=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #89535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89535C is #76ACA3. Grayscale: #646464. Windows color (decimal): -7777444 or 6050697. OLE color: 6050697.

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

Color convert

RGB1378392-
CMYK00.390.330.46
HSL350º24.55%43.14%-
HSV(B)350º39.42%53.73%-
XYZ15.3412.2811.69-
YUV100.17123.39154.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.91%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=43.91%
G=26.60%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137839200.390.330.4635024.5543.14
Hex89535C027212E15e192b
Octal21112313404741565363153
Binary1000100110100111011100010011110000110111010101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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