#87515B

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

Shades of Cannon Pink #87515B

Tints of Cannon Pink #87515B

Color information

#87515B (or 0x87515B) is unknown color: approx Cannon Pink. HEX triplet: 87, 51 and 5B. RGB value is (135,81,91). Sum of RGB (Red+Green+Blue) = 135+81+91=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #87515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87515B is #78AEA4. Grayscale: #626262. Windows color (decimal): -7909029 or 5984647. OLE color: 5984647.

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

Color convert

RGB1358191-
CMYK00.400.330.47
HSL348.89º25%42.35%-
HSV(B)348.89º40%52.94%-
XYZ14.8211.7911.39-
YUV98.29123.89154.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=43.97%
G=26.38%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135819100.400.330.47348.892542.35
Hex87515B028212F15d192a
Octal20712113305041575353152
Binary1000011110100011011011010100010000110111110101110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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