#8A545D

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

Shades of Cannon Pink #8A545D

Tints of Cannon Pink #8A545D

Color information

#8A545D (or 0x8A545D) is unknown color: approx Cannon Pink. HEX triplet: 8A, 54 and 5D. RGB value is (138,84,93). Sum of RGB (Red+Green+Blue) = 138+84+93=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A545D is #75ABA2. Grayscale: #656565. Windows color (decimal): -7711651 or 6116490. OLE color: 6116490.

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

Color convert

RGB1388493-
CMYK00.390.330.46
HSL350º24.32%43.53%-
HSV(B)350º39.13%54.12%-
XYZ15.6312.5311.95-
YUV101.17123.39154.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.81%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=43.81%
G=26.67%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138849300.390.330.4635024.3243.53
Hex8A545D027212E15e182c
Octal21212413504741565363054
Binary1000101010101001011101010011110000110111010101111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,84,93); }

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

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

 a { background-color: rgb(138,84,93); }

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

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

 span { border-color: rgb(138,84,93); }

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