#8D4567

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

Shades of Cannon Pink #8D4567

Tints of Cannon Pink #8D4567

Color information

#8D4567 (or 0x8D4567) is unknown color: approx Cannon Pink. HEX triplet: 8D, 45 and 67. RGB value is (141,69,103). Sum of RGB (Red+Green+Blue) = 141+69+103=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4567 is #72BA98. Grayscale: #5E5E5E. Windows color (decimal): -7518873 or 6768013. OLE color: 6768013.

HSL color Cylindrical-coordinate representation of color #8D4567: hue angle of 331.67º 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 #8D4567 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB14169103-
CMYK00.510.270.45
HSL331.67º34.29%41.18%-
HSV(B)331.67º51.06%55.29%-
XYZ15.5610.914.12-
YUV94.4132.85161.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 103 (40.62% from 255) = 32.91%
R=45.05%
G=22.04%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416910300.510.270.45331.6734.2941.18
Hex8D45670331B2D14c2229
Octal21510514706333555144251
Binary1000110110001011100111011001111011101101101001100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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