#8B475D

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

Shades of Cannon Pink #8B475D

Tints of Cannon Pink #8B475D

Color information

#8B475D (or 0x8B475D) is unknown color: approx Cannon Pink. HEX triplet: 8B, 47 and 5D. RGB value is (139,71,93). Sum of RGB (Red+Green+Blue) = 139+71+93=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B475D is #74B8A2. Grayscale: #5D5D5D. Windows color (decimal): -7649443 or 6113163. OLE color: 6113163.

HSL color Cylindrical-coordinate representation of color #8B475D: hue angle of 340.59º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B475D is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1397193-
CMYK00.490.330.45
HSL340.59º32.38%41.18%-
HSV(B)340.59º48.92%54.51%-
XYZ14.8810.7911.65-
YUV93.84127.53160.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=45.87%
G=23.43%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139719300.490.330.45340.5932.3841.18
Hex8B475D031212D1552029
Octal21310713506141555254051
Binary10001011100011110111010110001100001101101101010101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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