#874F61

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

Shades of Cannon Pink #874F61

Tints of Cannon Pink #874F61

Color information

#874F61 (or 0x874F61) is unknown color: approx Cannon Pink. HEX triplet: 87, 4F and 61. RGB value is (135,79,97). Sum of RGB (Red+Green+Blue) = 135+79+97=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #874F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F61 is #78B09E. Grayscale: #616161. Windows color (decimal): -7909535 or 6377351. OLE color: 6377351.

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

Color convert

RGB1357997-
CMYK00.410.280.47
HSL340.71º26.17%41.96%-
HSV(B)340.71º41.48%52.94%-
XYZ14.9511.6112.76-
YUV97.8127.55154.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 97 (38.28% from 255) = 31.19%
R=43.41%
G=25.40%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135799700.410.280.47340.7126.1741.96
Hex874F610291C2F1551a2a
Octal20711714105134575253252
Binary100001111001111110000101010011110010111110101010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,79,97); }

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

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

 a { background-color: rgb(135,79,97); }

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

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

 span { border-color: rgb(135,79,97); }

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