#874647

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

Shades of Solid Pink #874647

Tints of Solid Pink #874647

Color information

#874647 (or 0x874647) is unknown color: approx Solid Pink. HEX triplet: 87, 46 and 47. RGB value is (135,70,71). Sum of RGB (Red+Green+Blue) = 135+70+71=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #874647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874647 is #78B9B8. Grayscale: #595959. Windows color (decimal): -7911865 or 4671111. OLE color: 4671111.

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

Color convert

RGB1357071-
CMYK00.480.470.47
HSL359.08º31.71%40.2%-
HSV(B)359.08º48.15%52.94%-
XYZ13.329.997.19-
YUV89.55117.53160.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 71 (28.12% from 255) = 25.72%
R=48.91%
G=25.36%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135707100.480.470.47359.0831.7140.2
Hex8746470302F2F1672028
Octal20710610706057575474050
Binary10000111100011010001110110000101111101111101100111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874647; }

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

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

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

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

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

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

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

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