#8B576B

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

Shades of Cannon Pink #8B576B

Tints of Cannon Pink #8B576B

Color information

#8B576B (or 0x8B576B) is unknown color: approx Cannon Pink. HEX triplet: 8B, 57 and 6B. RGB value is (139,87,107). Sum of RGB (Red+Green+Blue) = 139+87+107=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B576B is #74A894. Grayscale: #686868. Windows color (decimal): -7645333 or 7034763. OLE color: 7034763.

HSL color Cylindrical-coordinate representation of color #8B576B: hue angle of 336.92º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B576B is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB13987107-
CMYK00.370.230.45
HSL336.92º23.01%44.31%-
HSV(B)336.92º37.41%54.51%-
XYZ16.7113.3715.61-
YUV104.83129.23152.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=41.74%
G=26.13%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398710700.370.230.45336.9223.0144.31
Hex8B576B025172D151172c
Octal21312715304527555212754
Binary100010111010111110101101001011011110110110101000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,87,107); }

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

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

 a { background-color: rgb(139,87,107); }

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

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

 span { border-color: rgb(139,87,107); }

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