#894761

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

Shades of Cannon Pink #894761

Tints of Cannon Pink #894761

Color information

#894761 (or 0x894761) is unknown color: approx Cannon Pink. HEX triplet: 89, 47 and 61. RGB value is (137,71,97). Sum of RGB (Red+Green+Blue) = 137+71+97=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #894761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894761 is #76B89E. Grayscale: #5D5D5D. Windows color (decimal): -7780511 or 6375305. OLE color: 6375305.

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

Color convert

RGB1377197-
CMYK00.480.290.46
HSL336.36º31.73%40.78%-
HSV(B)336.36º48.18%53.73%-
XYZ14.7310.6912.6-
YUV93.7129.87158.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 97 (38.28% from 255) = 31.80%
R=44.92%
G=23.28%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137719700.480.290.46336.3631.7340.78
Hex8947610301D2E1502029
Octal21110714106035565204051
Binary1000100110001111100001011000011101101110101010000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894761; }

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

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

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

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

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

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

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

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