#8B455D

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

Shades of Cannon Pink #8B455D

Tints of Cannon Pink #8B455D

Color information

#8B455D (or 0x8B455D) is unknown color: approx Cannon Pink. HEX triplet: 8B, 45 and 5D. RGB value is (139,69,93). Sum of RGB (Red+Green+Blue) = 139+69+93=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B455D is #74BAA2. Grayscale: #5C5C5C. Windows color (decimal): -7649955 or 6112651. OLE color: 6112651.

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

Color convert

RGB1396993-
CMYK00.500.330.45
HSL339.43º33.65%40.78%-
HSV(B)339.43º50.36%54.51%-
XYZ14.7510.5411.61-
YUV92.67128.19161.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.18%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=46.18%
G=22.92%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139699300.500.330.45339.4333.6540.78
Hex8B455D032212D1532229
Octal21310513506241555234251
Binary10001011100010110111010110010100001101101101010011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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