#8D4872

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

Shades of Cannon Pink #8D4872

Tints of Cannon Pink #8D4872

Color information

#8D4872 (or 0x8D4872) is unknown color: approx Cannon Pink. HEX triplet: 8D, 48 and 72. RGB value is (141,72,114). Sum of RGB (Red+Green+Blue) = 141+72+114=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4872 is #72B78D. Grayscale: #616161. Windows color (decimal): -7518094 or 7489677. OLE color: 7489677.

HSL color Cylindrical-coordinate representation of color #8D4872: hue angle of 323.48º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D4872 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB14172114-
CMYK00.490.190.45
HSL323.48º32.39%41.76%-
HSV(B)323.48º48.94%55.29%-
XYZ16.3411.5117.28-
YUV97.42137.36159.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.12%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=43.12%
G=22.02%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417211400.490.190.45323.4832.3941.76
Hex8D4872031132D143202a
Octal21511016206123555034052
Binary1000110110010001110010011000110011101101101000011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,72,114); }

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

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

 a { background-color: rgb(141,72,114); }

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

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

 span { border-color: rgb(141,72,114); }

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