#894F59

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

Shades of Cannon Pink #894F59

Tints of Cannon Pink #894F59

Color information

#894F59 (or 0x894F59) is unknown color: approx Cannon Pink. HEX triplet: 89, 4F and 59. RGB value is (137,79,89). Sum of RGB (Red+Green+Blue) = 137+79+89=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #894F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894F59 is #76B0A6. Grayscale: #616161. Windows color (decimal): -7778471 or 5853065. OLE color: 5853065.

HSL color Cylindrical-coordinate representation of color #894F59: hue angle of 349.66º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #894F59 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB1377989-
CMYK00.420.350.46
HSL349.66º26.85%42.35%-
HSV(B)349.66º42.34%53.73%-
XYZ14.9211.6310.91-
YUV97.48123.22156.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 89 (35.16% from 255) = 29.18%
R=44.92%
G=25.90%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137798900.420.350.46349.6626.8542.35
Hex894F5902A232E15e1b2a
Octal21111713105243565363352
Binary1000100110011111011001010101010001110111010101111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894F59; }

 p { color: rgb(137,79,89); }

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

<style>
 a { background-color: #894F59; }

 a { background-color: rgb(137,79,89); }

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

<style>
 span { border-color: #894F59; }

 span { border-color: rgb(137,79,89); }

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