#914F71

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

Shades of Cannon Pink #914F71

Tints of Cannon Pink #914F71

Color information

#914F71 (or 0x914F71) is unknown color: approx Cannon Pink. HEX triplet: 91, 4F and 71. RGB value is (145,79,113). Sum of RGB (Red+Green+Blue) = 145+79+113=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #914F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914F71 is #6EB08E. Grayscale: #666666. Windows color (decimal): -7254159 or 7425937. OLE color: 7425937.

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

Color convert

RGB14579113-
CMYK00.460.220.43
HSL329.09º29.46%43.92%-
HSV(B)329.09º45.52%56.86%-
XYZ17.4512.817.17-
YUV102.61133.87158.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.03%
GREEN value IS 79 (31.25% from 255) = 23.44%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=43.03%
G=23.44%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457911300.460.220.43329.0929.4643.92
Hex914F7102E162B1491d2c
Octal22111716105626535113554
Binary100100011001111111000101011101011010101110100100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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