#89546F

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

Shades of Cannon Pink #89546F

Tints of Cannon Pink #89546F

Color information

#89546F (or 0x89546F) is unknown color: approx Cannon Pink. HEX triplet: 89, 54 and 6F. RGB value is (137,84,111). Sum of RGB (Red+Green+Blue) = 137+84+111=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #89546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89546F is #76AB90. Grayscale: #666666. Windows color (decimal): -7777169 or 7296137. OLE color: 7296137.

HSL color Cylindrical-coordinate representation of color #89546F: hue angle of 329.43º degrees, saturation: 0.24, 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 #89546F is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB13784111-
CMYK00.390.190.46
HSL329.43º23.98%43.33%-
HSV(B)329.43º38.69%53.73%-
XYZ16.3612.8116.65-
YUV102.92132.56152.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.27%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=41.27%
G=25.30%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378411100.390.190.46329.4323.9843.33
Hex89546F027132E149182b
Octal21112415704723565113053
Binary100010011010100110111101001111001110111010100100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89546F; }

 p { color: rgb(137,84,111); }

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

<style>
 a { background-color: #89546F; }

 a { background-color: rgb(137,84,111); }

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

<style>
 span { border-color: #89546F; }

 span { border-color: rgb(137,84,111); }

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