#874859

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

Shades of Cannon Pink #874859

Tints of Cannon Pink #874859

Color information

#874859 (or 0x874859) is unknown color: approx Cannon Pink. HEX triplet: 87, 48 and 59. RGB value is (135,72,89). Sum of RGB (Red+Green+Blue) = 135+72+89=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #874859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874859 is #78B7A6. Grayscale: #5C5C5C. Windows color (decimal): -7911335 or 5851271. OLE color: 5851271.

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

Color convert

RGB1357289-
CMYK00.470.340.47
HSL343.81º30.43%40.59%-
HSV(B)343.81º46.67%52.94%-
XYZ14.1110.5110.74-
YUV92.78125.87158.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 89 (35.16% from 255) = 30.07%
R=45.61%
G=24.32%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135728900.470.340.47343.8130.4340.59
Hex87485902F222F1581e29
Octal20711013105742575303651
Binary1000011110010001011001010111110001010111110101100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874859; }

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

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

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

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

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

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

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

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