#87485B

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

Shades of Cannon Pink #87485B

Tints of Cannon Pink #87485B

Color information

#87485B (or 0x87485B) is unknown color: approx Cannon Pink. HEX triplet: 87, 48 and 5B. RGB value is (135,72,91). Sum of RGB (Red+Green+Blue) = 135+72+91=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #87485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87485B is #78B7A4. Grayscale: #5C5C5C. Windows color (decimal): -7911333 or 5982343. OLE color: 5982343.

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

Color convert

RGB1357291-
CMYK00.470.330.47
HSL341.9º30.43%40.59%-
HSV(B)341.9º46.67%52.94%-
XYZ14.210.5411.18-
YUV93126.87157.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=45.30%
G=24.16%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135729100.470.330.47341.930.4340.59
Hex87485B02F212F1561e29
Octal20711013305741575263651
Binary1000011110010001011011010111110000110111110101011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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