#8B5072

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

Shades of Cannon Pink #8B5072

Tints of Cannon Pink #8B5072

Color information

#8B5072 (or 0x8B5072) is unknown color: approx Cannon Pink. HEX triplet: 8B, 50 and 72. RGB value is (139,80,114). Sum of RGB (Red+Green+Blue) = 139+80+114=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5072 is #74AF8D. Grayscale: #656565. Windows color (decimal): -7647118 or 7491723. OLE color: 7491723.

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

Color convert

RGB13980114-
CMYK00.420.180.45
HSL325.42º26.94%42.94%-
HSV(B)325.42º42.45%54.51%-
XYZ16.5512.4417.45-
YUV101.52135.05154.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=41.74%
G=24.02%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398011400.420.180.45325.4226.9442.94
Hex8B507202A122D1451b2b
Octal21312016205222555053353
Binary100010111010000111001001010101001010110110100010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,80,114); }

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

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

 a { background-color: rgb(139,80,114); }

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

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

 span { border-color: rgb(139,80,114); }

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