#89515C

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

Shades of Cannon Pink #89515C

Tints of Cannon Pink #89515C

Color information

#89515C (or 0x89515C) is unknown color: approx Cannon Pink. HEX triplet: 89, 51 and 5C. RGB value is (137,81,92). Sum of RGB (Red+Green+Blue) = 137+81+92=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #89515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89515C is #76AEA3. Grayscale: #636363. Windows color (decimal): -7777956 or 6050185. OLE color: 6050185.

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

Color convert

RGB1378192-
CMYK00.410.330.46
HSL348.21º25.69%42.75%-
HSV(B)348.21º40.88%53.73%-
XYZ15.1911.9811.64-
YUV99124.05155.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.19%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=44.19%
G=26.13%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137819200.410.330.46348.2125.6942.75
Hex89515C029212E15c1a2b
Octal21112113405141565343253
Binary1000100110100011011100010100110000110111010101110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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