#8D4B5B

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

Shades of Cannon Pink #8D4B5B

Tints of Cannon Pink #8D4B5B

Color information

#8D4B5B (or 0x8D4B5B) is unknown color: approx Cannon Pink. HEX triplet: 8D, 4B and 5B. RGB value is (141,75,91). Sum of RGB (Red+Green+Blue) = 141+75+91=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4B5B is #72B4A4. Grayscale: #606060. Windows color (decimal): -7517349 or 5983117. OLE color: 5983117.

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

Color convert

RGB1417591-
CMYK00.470.350.45
HSL345.45º30.56%42.35%-
HSV(B)345.45º46.81%55.29%-
XYZ15.3911.4511.3-
YUV96.56124.87159.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=45.93%
G=24.43%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141759100.470.350.45345.4530.5642.35
Hex8D4B5B02F232D1591f2a
Octal21511313305743555313752
Binary1000110110010111011011010111110001110110110101100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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