#874359

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

Shades of Cannon Pink #874359

Tints of Cannon Pink #874359

Color information

#874359 (or 0x874359) is unknown color: approx Cannon Pink. HEX triplet: 87, 43 and 59. RGB value is (135,67,89). Sum of RGB (Red+Green+Blue) = 135+67+89=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #874359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874359 is #78BCA6. Grayscale: #595959. Windows color (decimal): -7912615 or 5849991. OLE color: 5849991.

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

Color convert

RGB1356789-
CMYK00.500.340.47
HSL340.59º33.66%39.61%-
HSV(B)340.59º50.37%52.94%-
XYZ13.89.8910.63-
YUV89.84127.53160.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=46.39%
G=23.02%
B=30.58%

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
Decimal135678900.500.340.47340.5933.6639.61
Hex874359032222F1552228
Octal20710313106242575254250
Binary10000111100001110110010110010100010101111101010101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874359; }

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

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

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

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

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

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

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

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