#8B5073

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

Shades of Cannon Pink #8B5073

Tints of Cannon Pink #8B5073

Color information

#8B5073 (or 0x8B5073) is unknown color: approx Cannon Pink. HEX triplet: 8B, 50 and 73. RGB value is (139,80,115). Sum of RGB (Red+Green+Blue) = 139+80+115=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5073 is #74AF8C. Grayscale: #656565. Windows color (decimal): -7647117 or 7557259. OLE color: 7557259.

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

Color convert

RGB13980115-
CMYK00.420.170.45
HSL324.41º26.94%42.94%-
HSV(B)324.41º42.45%54.51%-
XYZ16.6112.4617.75-
YUV101.63135.55154.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=41.62%
G=23.95%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398011500.420.170.45324.4126.9442.94
Hex8B507302A112D1441b2b
Octal21312016305221555043353
Binary100010111010000111001101010101000110110110100010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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