#8B4564

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

Shades of Cannon Pink #8B4564

Tints of Cannon Pink #8B4564

Color information

#8B4564 (or 0x8B4564) is unknown color: approx Cannon Pink. HEX triplet: 8B, 45 and 64. RGB value is (139,69,100). Sum of RGB (Red+Green+Blue) = 139+69+100=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4564 is #74BA9B. Grayscale: #5D5D5D. Windows color (decimal): -7649948 or 6571403. OLE color: 6571403.

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

Color convert

RGB13969100-
CMYK00.500.280.45
HSL333.43º33.65%40.78%-
HSV(B)333.43º50.36%54.51%-
XYZ15.0810.6713.32-
YUV93.46131.69160.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=45.13%
G=22.40%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396910000.500.280.45333.4333.6540.78
Hex8B45640321C2D14d2229
Octal21310514406234555154251
Binary1000101110001011100100011001011100101101101001101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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