#8d4d59

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

Shades of Cannon Pink #8D4D59

Tints of Cannon Pink #8D4D59

Color information

#8D4D59 (or 0x8D4D59) is unknown color: approx Cannon Pink. HEX triplet: 8D, 4D and 59. RGB value is (141,77,89). Sum of RGB (Red+Green+Blue) = 141+77+89=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D4D59 is #72B2A6. Grayscale: #616161. Windows color (decimal): -7516839 or 5852557. OLE color: 5852557.

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

Color convert

RGB1417789-
CMYK00.450.370.45
HSL348.75º29.36%42.75%-
HSV(B)348.75º45.39%55.29%-
XYZ15.4411.6910.89-
YUV97.5123.2159.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 77 (30.47% from 255) = 25.08%
BLUE value IS 89 (35.16% from 255) = 28.99%
R=45.93%
G=25.08%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141778900.450.370.45348.7529.3642.75
Hex8D4D5902D252D15d1d2b
Octal21511513105545555353553
Binary1000110110011011011001010110110010110110110101110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d4d59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,77,89); }

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

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

 a { background-color: rgb(141,77,89); }

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

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

 span { border-color: rgb(141,77,89); }

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