#87445B

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

Shades of Cannon Pink #87445B

Tints of Cannon Pink #87445B

Color information

#87445B (or 0x87445B) is unknown color: approx Cannon Pink. HEX triplet: 87, 44 and 5B. RGB value is (135,68,91). Sum of RGB (Red+Green+Blue) = 135+68+91=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87445B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87445B is #78BBA4. Grayscale: #5A5A5A. Windows color (decimal): -7912357 or 5981319. OLE color: 5981319.

HSL color Cylindrical-coordinate representation of color #87445B: hue angle of 339.4º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #87445B is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1356891-
CMYK00.500.330.47
HSL339.4º33%39.8%-
HSV(B)339.4º49.63%52.94%-
XYZ13.9510.0411.1-
YUV90.65128.2159.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.92%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=45.92%
G=23.13%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135689100.500.330.47339.43339.8
Hex87445B032212F1532128
Octal20710413306241575234150
Binary10000111100010010110110110010100001101111101010011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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