#87455B

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

Shades of Cannon Pink #87455B

Tints of Cannon Pink #87455B

Color information

#87455B (or 0x87455B) is unknown color: approx Cannon Pink. HEX triplet: 87, 45 and 5B. RGB value is (135,69,91). Sum of RGB (Red+Green+Blue) = 135+69+91=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87455B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87455B is #78BAA4. Grayscale: #5B5B5B. Windows color (decimal): -7912101 or 5981575. OLE color: 5981575.

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

Color convert

RGB1356991-
CMYK00.490.330.47
HSL340º32.35%40%-
HSV(B)340º48.89%52.94%-
XYZ14.0110.1611.12-
YUV91.24127.87159.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=45.76%
G=23.39%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135699100.490.330.4734032.3540
Hex87455B031212F1542028
Octal20710513306141575244050
Binary10000111100010110110110110001100001101111101010100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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