#89585E

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

Shades of Cannon Pink #89585E

Tints of Cannon Pink #89585E

Color information

#89585E (or 0x89585E) is unknown color: approx Cannon Pink. HEX triplet: 89, 58 and 5E. RGB value is (137,88,94). Sum of RGB (Red+Green+Blue) = 137+88+94=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #89585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89585E is #76A7A1. Grayscale: #676767. Windows color (decimal): -7776162 or 6183049. OLE color: 6183049.

HSL color Cylindrical-coordinate representation of color #89585E: hue angle of 352.65º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89585E is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1378894-
CMYK00.360.310.46
HSL352.65º21.78%44.12%-
HSV(B)352.65º35.77%53.73%-
XYZ15.8313.1112.29-
YUV103.34122.73152.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=42.95%
G=27.59%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137889400.360.310.46352.6521.7844.12
Hex89585E0241F2E161162c
Octal21113013604437565412654
Binary100010011011000101111001001001111110111010110000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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