#904471

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

Shades of Cannon Pink #904471

Tints of Cannon Pink #904471

Color information

#904471 (or 0x904471) is unknown color: approx Cannon Pink. HEX triplet: 90, 44 and 71. RGB value is (144,68,113). Sum of RGB (Red+Green+Blue) = 144+68+113=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #904471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904471 is #6FBB8E. Grayscale: #5F5F5F. Windows color (decimal): -7322511 or 7423120. OLE color: 7423120.

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

Color convert

RGB14468113-
CMYK00.530.220.44
HSL324.47º35.85%41.57%-
HSV(B)324.47º52.78%56.47%-
XYZ16.5511.2616.92-
YUV95.85137.68162.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.31%
GREEN value IS 68 (26.95% from 255) = 20.92%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=44.31%
G=20.92%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446811300.530.220.44324.4735.8541.57
Hex904471035162C144242a
Octal22010416106526545044452
Binary1001000010001001110001011010110110101100101000100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904471; }

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

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

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

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

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

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

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

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