#8B4B60

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

Shades of Cannon Pink #8B4B60

Tints of Cannon Pink #8B4B60

Color information

#8B4B60 (or 0x8B4B60) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4B and 60. RGB value is (139,75,96). Sum of RGB (Red+Green+Blue) = 139+75+96=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4B60 is #74B49F. Grayscale: #606060. Windows color (decimal): -7648416 or 6310795. OLE color: 6310795.

HSL color Cylindrical-coordinate representation of color #8B4B60: hue angle of 340.31º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B4B60 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB1397596-
CMYK00.460.310.45
HSL340.31º29.91%41.96%-
HSV(B)340.31º46.04%54.51%-
XYZ15.2711.3712.46-
YUV96.53127.7158.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=44.84%
G=24.19%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139759600.460.310.45340.3129.9141.96
Hex8B4B6002E1F2D1541e2a
Octal21311314005637555243652
Binary100010111001011110000001011101111110110110101010011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,75,96); }

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

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

 a { background-color: rgb(139,75,96); }

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

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

 span { border-color: rgb(139,75,96); }

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