#8B4F73

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

Shades of Cannon Pink #8B4F73

Tints of Cannon Pink #8B4F73

Color information

#8B4F73 (or 0x8B4F73) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4F and 73. RGB value is (139,79,115). Sum of RGB (Red+Green+Blue) = 139+79+115=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4F73 is #74B08C. Grayscale: #646464. Windows color (decimal): -7647373 or 7557003. OLE color: 7557003.

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

Color convert

RGB13979115-
CMYK00.430.170.45
HSL324º27.52%42.75%-
HSV(B)324º43.17%54.51%-
XYZ16.5412.3217.73-
YUV101.04135.88155.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=41.74%
G=23.72%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397911500.430.170.4532427.5242.75
Hex8B4F7302B112D1441c2b
Octal21311716305321555043453
Binary100010111001111111001101010111000110110110100010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,79,115); }

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

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

 a { background-color: rgb(139,79,115); }

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

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

 span { border-color: rgb(139,79,115); }

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