#874F5D

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

Shades of Cannon Pink #874F5D

Tints of Cannon Pink #874F5D

Color information

#874F5D (or 0x874F5D) is unknown color: approx Cannon Pink. HEX triplet: 87, 4F and 5D. RGB value is (135,79,93). Sum of RGB (Red+Green+Blue) = 135+79+93=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #874F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F5D is #78B0A2. Grayscale: #616161. Windows color (decimal): -7909539 or 6115207. OLE color: 6115207.

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

Color convert

RGB1357993-
CMYK00.410.310.47
HSL345º26.17%41.96%-
HSV(B)345º41.48%52.94%-
XYZ14.7611.5311.8-
YUV97.34125.55154.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=43.97%
G=25.73%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135799300.410.310.4734526.1741.96
Hex874F5D0291F2F1591a2a
Octal20711713505137575313252
Binary100001111001111101110101010011111110111110101100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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