#874A59

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

Shades of Cannon Pink #874A59

Tints of Cannon Pink #874A59

Color information

#874A59 (or 0x874A59) is unknown color: approx Cannon Pink. HEX triplet: 87, 4A and 59. RGB value is (135,74,89). Sum of RGB (Red+Green+Blue) = 135+74+89=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #874A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A59 is #78B5A6. Grayscale: #5D5D5D. Windows color (decimal): -7910823 or 5851783. OLE color: 5851783.

HSL color Cylindrical-coordinate representation of color #874A59: hue angle of 345.25º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #874A59 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1357489-
CMYK00.450.340.47
HSL345.25º29.19%40.98%-
HSV(B)345.25º45.19%52.94%-
XYZ14.2410.7710.78-
YUV93.95125.21157.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 89 (35.16% from 255) = 29.87%
R=45.30%
G=24.83%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135748900.450.340.47345.2529.1940.98
Hex874A5902D222F1591d29
Octal20711213105542575313551
Binary1000011110010101011001010110110001010111110101100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874A59; }

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

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

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

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

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

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

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

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