#914D72

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

Shades of Cannon Pink #914D72

Tints of Cannon Pink #914D72

Color information

#914D72 (or 0x914D72) is unknown color: approx Cannon Pink. HEX triplet: 91, 4D and 72. RGB value is (145,77,114). Sum of RGB (Red+Green+Blue) = 145+77+114=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #914D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D72 is #6EB28D. Grayscale: #656565. Windows color (decimal): -7254670 or 7490961. OLE color: 7490961.

HSL color Cylindrical-coordinate representation of color #914D72: hue angle of 327.35º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #914D72 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14577114-
CMYK00.470.210.43
HSL327.35º30.63%43.53%-
HSV(B)327.35º46.9%56.86%-
XYZ17.3712.5417.43-
YUV101.55135.03158.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.15%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=43.15%
G=22.92%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457711400.470.210.43327.3530.6343.53
Hex914D7202F152B1471f2c
Octal22111516205725535073754
Binary100100011001101111001001011111010110101110100011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914D72; }

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

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

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

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

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

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

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

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