#894959

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

Shades of Cannon Pink #894959

Tints of Cannon Pink #894959

Color information

#894959 (or 0x894959) is unknown color: approx Cannon Pink. HEX triplet: 89, 49 and 59. RGB value is (137,73,89). Sum of RGB (Red+Green+Blue) = 137+73+89=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #894959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894959 is #76B6A6. Grayscale: #5D5D5D. Windows color (decimal): -7780007 or 5851529. OLE color: 5851529.

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

Color convert

RGB1377389-
CMYK00.470.350.46
HSL345º30.48%41.18%-
HSV(B)345º46.72%53.73%-
XYZ14.510.810.77-
YUV93.96125.2158.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.82%
GREEN value IS 73 (28.91% from 255) = 24.41%
BLUE value IS 89 (35.16% from 255) = 29.77%
R=45.82%
G=24.41%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137738900.470.350.4634530.4841.18
Hex89495902F232E1591e29
Octal21111113105743565313651
Binary1000100110010011011001010111110001110111010101100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894959; }

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

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

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

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

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

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

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

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