#87515D

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

Shades of Cannon Pink #87515D

Tints of Cannon Pink #87515D

Color information

#87515D (or 0x87515D) is unknown color: approx Cannon Pink. HEX triplet: 87, 51 and 5D. RGB value is (135,81,93). Sum of RGB (Red+Green+Blue) = 135+81+93=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #87515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87515D is #78AEA2. Grayscale: #626262. Windows color (decimal): -7909027 or 6115719. OLE color: 6115719.

HSL color Cylindrical-coordinate representation of color #87515D: hue angle of 346.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87515D is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1358193-
CMYK00.400.310.47
HSL346.67º25%42.35%-
HSV(B)346.67º40%52.94%-
XYZ14.9111.8311.85-
YUV98.51124.89154.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.69%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=43.69%
G=26.21%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135819300.400.310.47346.672542.35
Hex87515D0281F2F15b192a
Octal20712113505037575333152
Binary100001111010001101110101010001111110111110101101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87515D; }

 p { color: rgb(135,81,93); }

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

<style>
 a { background-color: #87515D; }

 a { background-color: rgb(135,81,93); }

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

<style>
 span { border-color: #87515D; }

 span { border-color: rgb(135,81,93); }

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