#914772

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

Shades of Cannon Pink #914772

Tints of Cannon Pink #914772

Color information

#914772 (or 0x914772) is unknown color: approx Cannon Pink. HEX triplet: 91, 47 and 72. RGB value is (145,71,114). Sum of RGB (Red+Green+Blue) = 145+71+114=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #914772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914772 is #6EB88D. Grayscale: #616161. Windows color (decimal): -7256206 or 7489425. OLE color: 7489425.

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

Color convert

RGB14571114-
CMYK00.510.210.43
HSL325.14º34.26%42.35%-
HSV(B)325.14º51.03%56.86%-
XYZ16.9711.7417.29-
YUV98.03137.02161.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 71 (28.12% from 255) = 21.52%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=43.94%
G=21.52%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457111400.510.210.43325.1434.2642.35
Hex914772033152B145222a
Octal22110716206325535054252
Binary1001000110001111110010011001110101101011101000101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914772; }

 p { color: rgb(145,71,114); }

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

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

 a { background-color: rgb(145,71,114); }

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

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

 span { border-color: rgb(145,71,114); }

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