#874547

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

Shades of Solid Pink #874547

Tints of Solid Pink #874547

Color information

#874547 (or 0x874547) is unknown color: approx Solid Pink. HEX triplet: 87, 45 and 47. RGB value is (135,69,71). Sum of RGB (Red+Green+Blue) = 135+69+71=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #874547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874547 is #78BAB8. Grayscale: #595959. Windows color (decimal): -7912121 or 4670855. OLE color: 4670855.

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

Color convert

RGB1356971-
CMYK00.490.470.47
HSL358.18º32.35%40%-
HSV(B)358.18º48.89%52.94%-
XYZ13.269.867.17-
YUV88.96117.87160.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 71 (28.12% from 255) = 25.82%
R=49.09%
G=25.09%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135697100.490.470.47358.1832.3540
Hex8745470312F2F1662028
Octal20710510706157575464050
Binary10000111100010110001110110001101111101111101100110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874547; }

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

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

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

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

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

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

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

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