#8B5561

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

Shades of Cannon Pink #8B5561

Tints of Cannon Pink #8B5561

Color information

#8B5561 (or 0x8B5561) is unknown color: approx Cannon Pink. HEX triplet: 8B, 55 and 61. RGB value is (139,85,97). Sum of RGB (Red+Green+Blue) = 139+85+97=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5561 is #74AA9E. Grayscale: #666666. Windows color (decimal): -7645855 or 6378891. OLE color: 6378891.

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

Color convert

RGB1398597-
CMYK00.390.300.45
HSL346.67º24.11%43.92%-
HSV(B)346.67º38.85%54.51%-
XYZ16.0512.8512.94-
YUV102.51124.89154.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.30%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=43.30%
G=26.48%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139859700.390.300.45346.6724.1143.92
Hex8B55610271E2D15b182c
Octal21312514104736555333054
Binary100010111010101110000101001111111010110110101101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,97); }

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

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

 a { background-color: rgb(139,85,97); }

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

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

 span { border-color: rgb(139,85,97); }

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