#8B4A70

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

Shades of Cannon Pink #8B4A70

Tints of Cannon Pink #8B4A70

Color information

#8B4A70 (or 0x8B4A70) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4A and 70. RGB value is (139,74,112). Sum of RGB (Red+Green+Blue) = 139+74+112=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4A70 is #74B58F. Grayscale: #616161. Windows color (decimal): -7648656 or 7359115. OLE color: 7359115.

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

Color convert

RGB13974112-
CMYK00.470.190.45
HSL324.92º30.52%41.76%-
HSV(B)324.92º46.76%54.51%-
XYZ16.0211.5616.72-
YUV97.77136.03157.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.77%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=42.77%
G=22.77%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397411200.470.190.45324.9230.5241.76
Hex8B4A7002F132D1451f2a
Octal21311216005723555053752
Binary100010111001010111000001011111001110110110100010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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