#874347

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

Shades of Solid Pink #874347

Tints of Solid Pink #874347

Color information

#874347 (or 0x874347) is unknown color: approx Solid Pink. HEX triplet: 87, 43 and 47. RGB value is (135,67,71). Sum of RGB (Red+Green+Blue) = 135+67+71=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #874347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874347 is #78BCB8. Grayscale: #575757. Windows color (decimal): -7912633 or 4670343. OLE color: 4670343.

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

Color convert

RGB1356771-
CMYK00.500.470.47
HSL356.47º33.66%39.61%-
HSV(B)356.47º50.37%52.94%-
XYZ13.149.627.13-
YUV87.79118.53161.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=49.45%
G=24.54%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135677100.500.470.47356.4733.6639.61
Hex8743470322F2F1642228
Octal20710310706257575444250
Binary10000111100001110001110110010101111101111101100100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874347; }

 p { color: rgb(135,67,71); }

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

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

 a { background-color: rgb(135,67,71); }

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

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

 span { border-color: rgb(135,67,71); }

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