#87516B

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

Shades of Cannon Pink #87516B

Tints of Cannon Pink #87516B

Color information

#87516B (or 0x87516B) is unknown color: approx Cannon Pink. HEX triplet: 87, 51 and 6B. RGB value is (135,81,107). Sum of RGB (Red+Green+Blue) = 135+81+107=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #87516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87516B is #78AE94. Grayscale: #646464. Windows color (decimal): -7909013 or 7033223. OLE color: 7033223.

HSL color Cylindrical-coordinate representation of color #87516B: hue angle of 331.11º 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 #87516B is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13581107-
CMYK00.400.210.47
HSL331.11º25%42.35%-
HSV(B)331.11º40%52.94%-
XYZ15.5912.115.42-
YUV100.11131.89152.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=41.80%
G=25.08%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358110700.400.210.47331.112542.35
Hex87516B028152F14b192a
Octal20712115305025575133152
Binary100001111010001110101101010001010110111110100101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87516B; }

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

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

<style>
 a { background-color: #87516B; }

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

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

<style>
 span { border-color: #87516B; }

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

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