#8D4A5F

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

Shades of Cannon Pink #8D4A5F

Tints of Cannon Pink #8D4A5F

Color information

#8D4A5F (or 0x8D4A5F) is unknown color: approx Cannon Pink. HEX triplet: 8D, 4A and 5F. RGB value is (141,74,95). Sum of RGB (Red+Green+Blue) = 141+74+95=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4A5F is #72B5A0. Grayscale: #606060. Windows color (decimal): -7517601 or 6245005. OLE color: 6245005.

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

Color convert

RGB1417495-
CMYK00.480.330.45
HSL341.19º31.16%42.16%-
HSV(B)341.19º47.52%55.29%-
XYZ15.511.3912.21-
YUV96.43127.2159.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.48%
GREEN value IS 74 (29.30% from 255) = 23.87%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=45.48%
G=23.87%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141749500.480.330.45341.1931.1642.16
Hex8D4A5F030212D1551f2a
Octal21511213706041555253752
Binary1000110110010101011111011000010000110110110101010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,74,95); }

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

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

 a { background-color: rgb(141,74,95); }

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

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

 span { border-color: rgb(141,74,95); }

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