#874147

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

Shades of Solid Pink #874147

Tints of Solid Pink #874147

Color information

#874147 (or 0x874147) is unknown color: approx Solid Pink. HEX triplet: 87, 41 and 47. RGB value is (135,65,71). Sum of RGB (Red+Green+Blue) = 135+65+71=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #874147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874147 is #78BEB8. Grayscale: #565656. Windows color (decimal): -7913145 or 4669831. OLE color: 4669831.

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

Color convert

RGB1356571-
CMYK00.520.470.47
HSL354.86º35%39.22%-
HSV(B)354.86º51.85%52.94%-
XYZ13.029.397.09-
YUV86.61119.19162.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.82%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 71 (28.12% from 255) = 26.20%
R=49.82%
G=23.99%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135657100.520.470.47354.863539.22
Hex8741470342F2F1632327
Octal20710110706457575434347
Binary10000111100000110001110110100101111101111101100011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874147; }

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

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

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

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

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

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

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

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