#89516E

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

Shades of Cannon Pink #89516E

Tints of Cannon Pink #89516E

Color information

#89516E (or 0x89516E) is unknown color: approx Cannon Pink. HEX triplet: 89, 51 and 6E. RGB value is (137,81,110). Sum of RGB (Red+Green+Blue) = 137+81+110=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89516E is #76AE91. Grayscale: #646464. Windows color (decimal): -7777938 or 7229833. OLE color: 7229833.

HSL color Cylindrical-coordinate representation of color #89516E: hue angle of 328.93º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89516E is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13781110-
CMYK00.410.200.46
HSL328.93º25.69%42.75%-
HSV(B)328.93º40.88%53.73%-
XYZ16.0712.3316.28-
YUV101.05133.05153.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 81 (32.03% from 255) = 24.70%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=41.77%
G=24.70%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378111000.410.200.46328.9325.6942.75
Hex89516E029142E1491a2b
Octal21112115605124565113253
Binary100010011010001110111001010011010010111010100100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,81,110); }

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

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

 a { background-color: rgb(137,81,110); }

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

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

 span { border-color: rgb(137,81,110); }

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