#8D4571

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

Shades of Cannon Pink #8D4571

Tints of Cannon Pink #8D4571

Color information

#8D4571 (or 0x8D4571) is unknown color: approx Cannon Pink. HEX triplet: 8D, 45 and 71. RGB value is (141,69,113). Sum of RGB (Red+Green+Blue) = 141+69+113=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4571 is #72BA8E. Grayscale: #5F5F5F. Windows color (decimal): -7518863 or 7423373. OLE color: 7423373.

HSL color Cylindrical-coordinate representation of color #8D4571: hue angle of 323.33º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4571 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB14169113-
CMYK00.510.200.45
HSL323.33º34.29%41.18%-
HSV(B)323.33º51.06%55.29%-
XYZ16.0911.1116.92-
YUV95.54137.85160.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.65%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=43.65%
G=21.36%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416911300.510.200.45323.3334.2941.18
Hex8D4571033142D1432229
Octal21510516106324555034251
Binary1000110110001011110001011001110100101101101000011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D4571; }

 p { color: rgb(141,69,113); }

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

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

 a { background-color: rgb(141,69,113); }

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

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

 span { border-color: rgb(141,69,113); }

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