#8F536D

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

Shades of Cannon Pink #8F536D

Tints of Cannon Pink #8F536D

Color information

#8F536D (or 0x8F536D) is unknown color: approx Cannon Pink. HEX triplet: 8F, 53 and 6D. RGB value is (143,83,109). Sum of RGB (Red+Green+Blue) = 143+83+109=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F536D is #70AC92. Grayscale: #676767. Windows color (decimal): -7384211 or 7164815. OLE color: 7164815.

HSL color Cylindrical-coordinate representation of color #8F536D: hue angle of 334º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F536D is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14383109-
CMYK00.420.240.44
HSL334º26.55%44.31%-
HSV(B)334º41.96%56.08%-
XYZ17.1813.1316.1-
YUV103.9130.88155.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.69%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=42.69%
G=24.78%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438310900.420.240.4433426.5544.31
Hex8F536D02A182C14e1b2c
Octal21712315505230545163354
Binary100011111010011110110101010101100010110010100111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,83,109); }

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

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

 a { background-color: rgb(143,83,109); }

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

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

 span { border-color: rgb(143,83,109); }

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