#914D71

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

Shades of Cannon Pink #914D71

Tints of Cannon Pink #914D71

Color information

#914D71 (or 0x914D71) is unknown color: approx Cannon Pink. HEX triplet: 91, 4D and 71. RGB value is (145,77,113). Sum of RGB (Red+Green+Blue) = 145+77+113=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #914D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D71 is #6EB28E. Grayscale: #656565. Windows color (decimal): -7254671 or 7425425. OLE color: 7425425.

HSL color Cylindrical-coordinate representation of color #914D71: hue angle of 328.24º 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 #914D71 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14577113-
CMYK00.470.220.43
HSL328.24º30.63%43.53%-
HSV(B)328.24º46.9%56.86%-
XYZ17.3112.5217.13-
YUV101.44134.53159.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 77 (30.47% from 255) = 22.99%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=43.28%
G=22.99%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457711300.470.220.43328.2430.6343.53
Hex914D7102F162B1481f2c
Octal22111516105726535103754
Binary100100011001101111000101011111011010101110100100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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