#87445D

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

Shades of Cannon Pink #87445D

Tints of Cannon Pink #87445D

Color information

#87445D (or 0x87445D) is unknown color: approx Cannon Pink. HEX triplet: 87, 44 and 5D. RGB value is (135,68,93). Sum of RGB (Red+Green+Blue) = 135+68+93=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87445D is #78BBA2. Grayscale: #5A5A5A. Windows color (decimal): -7912355 or 6112391. OLE color: 6112391.

HSL color Cylindrical-coordinate representation of color #87445D: hue angle of 337.61º 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 #87445D is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1356893-
CMYK00.500.310.47
HSL337.61º33%39.8%-
HSV(B)337.61º49.63%52.94%-
XYZ14.0310.0811.56-
YUV90.88129.2159.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=45.61%
G=22.97%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135689300.500.310.47337.613339.8
Hex87445D0321F2F1522128
Octal20710413506237575224150
Binary1000011110001001011101011001011111101111101010010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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