#874459

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

Shades of Cannon Pink #874459

Tints of Cannon Pink #874459

Color information

#874459 (or 0x874459) is unknown color: approx Cannon Pink. HEX triplet: 87, 44 and 59. RGB value is (135,68,89). Sum of RGB (Red+Green+Blue) = 135+68+89=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #874459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874459 is #78BBA6. Grayscale: #5A5A5A. Windows color (decimal): -7912359 or 5850247. OLE color: 5850247.

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

Color convert

RGB1356889-
CMYK00.500.340.47
HSL341.19º33%39.8%-
HSV(B)341.19º49.63%52.94%-
XYZ13.8610.0110.65-
YUV90.43127.2159.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.23%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=46.23%
G=23.29%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135688900.500.340.47341.193339.8
Hex874459032222F1552128
Octal20710413106242575254150
Binary10000111100010010110010110010100010101111101010101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874459; }

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

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

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

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

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

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

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

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