#87445A

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

Shades of Cannon Pink #87445A

Tints of Cannon Pink #87445A

Color information

#87445A (or 0x87445A) is unknown color: approx Cannon Pink. HEX triplet: 87, 44 and 5A. RGB value is (135,68,90). Sum of RGB (Red+Green+Blue) = 135+68+90=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #87445A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87445A is #78BBA5. Grayscale: #5A5A5A. Windows color (decimal): -7912358 or 5915783. OLE color: 5915783.

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

Color convert

RGB1356890-
CMYK00.500.330.47
HSL340.3º33%39.8%-
HSV(B)340.3º49.63%52.94%-
XYZ13.910.0210.87-
YUV90.54127.7159.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.08%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=46.08%
G=23.21%
B=30.72%

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
Decimal135689000.500.330.47340.33339.8
Hex87445A032212F1542128
Octal20710413206241575244150
Binary10000111100010010110100110010100001101111101010100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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