#8B4560

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

Shades of Cannon Pink #8B4560

Tints of Cannon Pink #8B4560

Color information

#8B4560 (or 0x8B4560) is unknown color: approx Cannon Pink. HEX triplet: 8B, 45 and 60. RGB value is (139,69,96). Sum of RGB (Red+Green+Blue) = 139+69+96=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4560 is #74BA9F. Grayscale: #5C5C5C. Windows color (decimal): -7649952 or 6309259. OLE color: 6309259.

HSL color Cylindrical-coordinate representation of color #8B4560: hue angle of 336.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4560 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB1396996-
CMYK00.500.310.45
HSL336.86º33.65%40.78%-
HSV(B)336.86º50.36%54.51%-
XYZ14.8910.5912.33-
YUV93.01129.69160.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.72%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 96 (37.89% from 255) = 31.58%
R=45.72%
G=22.70%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139699600.500.310.45336.8633.6540.78
Hex8B45600321F2D1512229
Octal21310514006237555214251
Binary1000101110001011100000011001011111101101101010001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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