#8B4F61

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

Shades of Cannon Pink #8B4F61

Tints of Cannon Pink #8B4F61

Color information

#8B4F61 (or 0x8B4F61) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4F and 61. RGB value is (139,79,97). Sum of RGB (Red+Green+Blue) = 139+79+97=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4F61 is #74B09E. Grayscale: #626262. Windows color (decimal): -7647391 or 6377355. OLE color: 6377355.

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

Color convert

RGB1397997-
CMYK00.430.300.45
HSL342º27.52%42.75%-
HSV(B)342º43.17%54.51%-
XYZ15.611.9412.79-
YUV98.99126.88156.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 97 (38.28% from 255) = 30.79%
R=44.13%
G=25.08%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139799700.430.300.4534227.5242.75
Hex8B4F6102B1E2D1561c2b
Octal21311714105336555263453
Binary100010111001111110000101010111111010110110101011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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