#87485D

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

Shades of Cannon Pink #87485D

Tints of Cannon Pink #87485D

Color information

#87485D (or 0x87485D) is unknown color: approx Cannon Pink. HEX triplet: 87, 48 and 5D. RGB value is (135,72,93). Sum of RGB (Red+Green+Blue) = 135+72+93=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #87485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87485D is #78B7A2. Grayscale: #5D5D5D. Windows color (decimal): -7911331 or 6113415. OLE color: 6113415.

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

Color convert

RGB1357293-
CMYK00.470.310.47
HSL340º30.43%40.59%-
HSV(B)340º46.67%52.94%-
XYZ14.2810.5811.64-
YUV93.23127.87157.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 93 (36.72% from 255) = 31%
R=45%
G=24%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135729300.470.310.4734030.4340.59
Hex87485D02F1F2F1541e29
Octal20711013505737575243651
Binary100001111001000101110101011111111110111110101010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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