#8B4F71

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

Shades of Cannon Pink #8B4F71

Tints of Cannon Pink #8B4F71

Color information

#8B4F71 (or 0x8B4F71) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4F and 71. RGB value is (139,79,113). Sum of RGB (Red+Green+Blue) = 139+79+113=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4F71 is #74B08E. Grayscale: #646464. Windows color (decimal): -7647375 or 7425931. OLE color: 7425931.

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

Color convert

RGB13979113-
CMYK00.430.190.45
HSL326º27.52%42.75%-
HSV(B)326º43.17%54.51%-
XYZ16.4212.2717.13-
YUV100.82134.88155.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 79 (31.25% from 255) = 23.87%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=41.99%
G=23.87%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397911300.430.190.4532627.5242.75
Hex8B4F7102B132D1461c2b
Octal21311716105323555063453
Binary100010111001111111000101010111001110110110100011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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