#8B576F

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

Shades of Cannon Pink #8B576F

Tints of Cannon Pink #8B576F

Color information

#8B576F (or 0x8B576F) is unknown color: approx Cannon Pink. HEX triplet: 8B, 57 and 6F. RGB value is (139,87,111). Sum of RGB (Red+Green+Blue) = 139+87+111=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B576F is #74A890. Grayscale: #696969. Windows color (decimal): -7645329 or 7296907. OLE color: 7296907.

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

Color convert

RGB13987111-
CMYK00.370.200.45
HSL332.31º23.01%44.31%-
HSV(B)332.31º37.41%54.51%-
XYZ16.9213.4516.74-
YUV105.28131.23152.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=41.25%
G=25.82%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398711100.370.200.45332.3123.0144.31
Hex8B576F025142D14c172c
Octal21312715704524555142754
Binary100010111010111110111101001011010010110110100110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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