#8D4E5B

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

Shades of Cannon Pink #8D4E5B

Tints of Cannon Pink #8D4E5B

Color information

#8D4E5B (or 0x8D4E5B) is unknown color: approx Cannon Pink. HEX triplet: 8D, 4E and 5B. RGB value is (141,78,91). Sum of RGB (Red+Green+Blue) = 141+78+91=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D4E5B is #72B1A4. Grayscale: #626262. Windows color (decimal): -7516581 or 5983885. OLE color: 5983885.

HSL color Cylindrical-coordinate representation of color #8D4E5B: hue angle of 347.62º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D4E5B is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1417891-
CMYK00.450.350.45
HSL347.62º28.77%42.94%-
HSV(B)347.62º44.68%55.29%-
XYZ15.611.8711.37-
YUV98.32123.87158.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.48%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=45.48%
G=25.16%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141789100.450.350.45347.6228.7742.94
Hex8D4E5B02D232D15c1d2b
Octal21511613305543555343553
Binary1000110110011101011011010110110001110110110101110011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,78,91); }

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

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

 a { background-color: rgb(141,78,91); }

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

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

 span { border-color: rgb(141,78,91); }

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