#904771

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

Shades of Cannon Pink #904771

Tints of Cannon Pink #904771

Color information

#904771 (or 0x904771) is unknown color: approx Cannon Pink. HEX triplet: 90, 47 and 71. RGB value is (144,71,113). Sum of RGB (Red+Green+Blue) = 144+71+113=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #904771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904771 is #6FB88E. Grayscale: #616161. Windows color (decimal): -7321743 or 7423888. OLE color: 7423888.

HSL color Cylindrical-coordinate representation of color #904771: hue angle of 325.48º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904771 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14471113-
CMYK00.510.220.44
HSL325.48º33.95%42.16%-
HSV(B)325.48º50.69%56.47%-
XYZ16.7411.6316.99-
YUV97.62136.68161.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.90%
GREEN value IS 71 (28.12% from 255) = 21.65%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=43.90%
G=21.65%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447111300.510.220.44325.4833.9542.16
Hex904771033162C145222a
Octal22010716106326545054252
Binary1001000010001111110001011001110110101100101000101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904771; }

 p { color: rgb(144,71,113); }

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

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

 a { background-color: rgb(144,71,113); }

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

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

 span { border-color: rgb(144,71,113); }

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