#8B4959

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

Shades of Cannon Pink #8B4959

Tints of Cannon Pink #8B4959

Color information

#8B4959 (or 0x8B4959) is unknown color: approx Cannon Pink. HEX triplet: 8B, 49 and 59. RGB value is (139,73,89). Sum of RGB (Red+Green+Blue) = 139+73+89=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4959 is #74B6A6. Grayscale: #5E5E5E. Windows color (decimal): -7648935 or 5851531. OLE color: 5851531.

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

Color convert

RGB1397389-
CMYK00.470.360.45
HSL345.45º31.13%41.57%-
HSV(B)345.45º47.48%54.51%-
XYZ14.8310.9810.79-
YUV94.56124.87159.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.18%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=46.18%
G=24.25%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139738900.470.360.45345.4531.1341.57
Hex8B495902F242D1591f2a
Octal21311113105744555313752
Binary1000101110010011011001010111110010010110110101100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,73,89); }

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

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

 a { background-color: rgb(139,73,89); }

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

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

 span { border-color: rgb(139,73,89); }

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