#8b4a61

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

Shades of Cannon Pink #8B4A61

Tints of Cannon Pink #8B4A61

Color information

#8B4A61 (or 0x8B4A61) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4A and 61. RGB value is (139,74,97). Sum of RGB (Red+Green+Blue) = 139+74+97=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4A61 is #74B59E. Grayscale: #606060. Windows color (decimal): -7648671 or 6376075. OLE color: 6376075.

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

Color convert

RGB1397497-
CMYK00.470.300.45
HSL338.77º30.52%41.76%-
HSV(B)338.77º46.76%54.51%-
XYZ15.2511.2512.68-
YUV96.06128.53158.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 74 (29.30% from 255) = 23.87%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=44.84%
G=23.87%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139749700.470.300.45338.7730.5241.76
Hex8B4A6102F1E2D1531f2a
Octal21311214105736555233752
Binary100010111001010110000101011111111010110110101001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b4a61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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