#894861

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

Shades of Cannon Pink #894861

Tints of Cannon Pink #894861

Color information

#894861 (or 0x894861) is unknown color: approx Cannon Pink. HEX triplet: 89, 48 and 61. RGB value is (137,72,97). Sum of RGB (Red+Green+Blue) = 137+72+97=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #894861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894861 is #76B79E. Grayscale: #5E5E5E. Windows color (decimal): -7780255 or 6375561. OLE color: 6375561.

HSL color Cylindrical-coordinate representation of color #894861: hue angle of 336.92º degrees, saturation: 0.31, 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 #894861 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB1377297-
CMYK00.470.290.46
HSL336.92º31.1%40.98%-
HSV(B)336.92º47.45%53.73%-
XYZ14.7910.8212.62-
YUV94.28129.53158.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 72 (28.52% from 255) = 23.53%
BLUE value IS 97 (38.28% from 255) = 31.70%
R=44.77%
G=23.53%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137729700.470.290.46336.9231.140.98
Hex89486102F1D2E1511f29
Octal21111014105735565213751
Binary100010011001000110000101011111110110111010101000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894861; }

 p { color: rgb(137,72,97); }

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

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

 a { background-color: rgb(137,72,97); }

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

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

 span { border-color: rgb(137,72,97); }

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