#874F63

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

Shades of Cannon Pink #874F63

Tints of Cannon Pink #874F63

Color information

#874F63 (or 0x874F63) is unknown color: approx Cannon Pink. HEX triplet: 87, 4F and 63. RGB value is (135,79,99). Sum of RGB (Red+Green+Blue) = 135+79+99=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #874F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F63 is #78B09C. Grayscale: #626262. Windows color (decimal): -7909533 or 6508423. OLE color: 6508423.

HSL color Cylindrical-coordinate representation of color #874F63: hue angle of 338.57º 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 #874F63 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1357999-
CMYK00.410.270.47
HSL338.57º26.17%41.96%-
HSV(B)338.57º41.48%52.94%-
XYZ15.0411.6413.26-
YUV98.02128.55154.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=43.13%
G=25.24%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135799900.410.270.47338.5726.1741.96
Hex874F630291B2F1531a2a
Octal20711714305133575233252
Binary100001111001111110001101010011101110111110101001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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