#914471

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

Shades of Cannon Pink #914471

Tints of Cannon Pink #914471

Color information

#914471 (or 0x914471) is unknown color: approx Cannon Pink. HEX triplet: 91, 44 and 71. RGB value is (145,68,113). Sum of RGB (Red+Green+Blue) = 145+68+113=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #914471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914471 is #6EBB8E. Grayscale: #606060. Windows color (decimal): -7256975 or 7423121. OLE color: 7423121.

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

Color convert

RGB14568113-
CMYK00.530.220.43
HSL324.94º36.15%41.76%-
HSV(B)324.94º53.1%56.86%-
XYZ16.7211.3516.93-
YUV96.15137.51162.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 113 (44.53% from 255) = 34.66%
R=44.48%
G=20.86%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1456811300.530.220.43324.9436.1541.76
Hex914471035162B145242a
Octal22110416106526535054452
Binary1001000110001001110001011010110110101011101000101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914471; }

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

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

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

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

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

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

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

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