#8B4561

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

Shades of Cannon Pink #8B4561

Tints of Cannon Pink #8B4561

Color information

#8B4561 (or 0x8B4561) is unknown color: approx Cannon Pink. HEX triplet: 8B, 45 and 61. RGB value is (139,69,97). Sum of RGB (Red+Green+Blue) = 139+69+97=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4561 is #74BA9E. Grayscale: #5D5D5D. Windows color (decimal): -7649951 or 6374795. OLE color: 6374795.

HSL color Cylindrical-coordinate representation of color #8B4561: hue angle of 336º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4561 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB1396997-
CMYK00.500.300.45
HSL336º33.65%40.78%-
HSV(B)336º50.36%54.51%-
XYZ14.9310.6112.57-
YUV93.12130.19160.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 69 (27.34% from 255) = 22.62%
BLUE value IS 97 (38.28% from 255) = 31.80%
R=45.57%
G=22.62%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139699700.500.300.4533633.6540.78
Hex8B45610321E2D1502229
Octal21310514106236555204251
Binary1000101110001011100001011001011110101101101010000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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