#894561

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

Shades of Cannon Pink #894561

Tints of Cannon Pink #894561

Color information

#894561 (or 0x894561) is unknown color: approx Cannon Pink. HEX triplet: 89, 45 and 61. RGB value is (137,69,97). Sum of RGB (Red+Green+Blue) = 137+69+97=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #894561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894561 is #76BA9E. Grayscale: #5C5C5C. Windows color (decimal): -7781023 or 6374793. OLE color: 6374793.

HSL color Cylindrical-coordinate representation of color #894561: hue angle of 335.29º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894561 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB1376997-
CMYK00.500.290.46
HSL335.29º33.01%40.39%-
HSV(B)335.29º49.64%53.73%-
XYZ14.610.4412.55-
YUV92.52130.53159.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.21%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=45.21%
G=22.77%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137699700.500.290.46335.2933.0140.39
Hex8945610321D2E14f2128
Octal21110514106235565174150
Binary1000100110001011100001011001011101101110101001111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894561; }

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

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

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

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

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

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

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

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