#8A4561

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

Shades of Cannon Pink #8A4561

Tints of Cannon Pink #8A4561

Color information

#8A4561 (or 0x8A4561) is unknown color: approx Cannon Pink. HEX triplet: 8A, 45 and 61. RGB value is (138,69,97). Sum of RGB (Red+Green+Blue) = 138+69+97=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4561 is #75BA9E. Grayscale: #5C5C5C. Windows color (decimal): -7715487 or 6374794. OLE color: 6374794.

HSL color Cylindrical-coordinate representation of color #8A4561: hue angle of 335.65º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A4561 is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB1386997-
CMYK00.50.300.46
HSL335.65º33.33%40.59%-
HSV(B)335.65º50%54.12%-
XYZ14.7710.5212.56-
YUV92.82130.36160.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.39%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=45.39%
G=22.70%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138699700.50.300.46335.6533.3340.59
Hex8A45610321E2E1502129
Octal21210514106236565204151
Binary1000101010001011100001011001011110101110101010000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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