#8B5761

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

Shades of Cannon Pink #8B5761

Tints of Cannon Pink #8B5761

Color information

#8B5761 (or 0x8B5761) is unknown color: approx Cannon Pink. HEX triplet: 8B, 57 and 61. RGB value is (139,87,97). Sum of RGB (Red+Green+Blue) = 139+87+97=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5761 is #74A89E. Grayscale: #676767. Windows color (decimal): -7645343 or 6379403. OLE color: 6379403.

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

Color convert

RGB1398797-
CMYK00.370.300.45
HSL348.46º23.01%44.31%-
HSV(B)348.46º37.41%54.51%-
XYZ16.2113.1713-
YUV103.69124.23153.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.03%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=43.03%
G=26.93%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139879700.370.300.45348.4623.0144.31
Hex8B57610251E2D15c172c
Octal21312714104536555342754
Binary100010111010111110000101001011111010110110101110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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