#874C51

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

Shades of Solid Pink #874C51

Tints of Solid Pink #874C51

Color information

#874C51 (or 0x874C51) is unknown color: approx Solid Pink. HEX triplet: 87, 4C and 51. RGB value is (135,76,81). Sum of RGB (Red+Green+Blue) = 135+76+81=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #874C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874C51 is #78B3AE. Grayscale: #5E5E5E. Windows color (decimal): -7910319 or 5328007. OLE color: 5328007.

HSL color Cylindrical-coordinate representation of color #874C51: hue angle of 354.92º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #874C51 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1357681-
CMYK00.440.400.47
HSL354.92º27.96%41.37%-
HSV(B)354.92º43.7%52.94%-
XYZ14.0610.919.15-
YUV94.21120.55157.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.23%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 81 (32.03% from 255) = 27.74%
R=46.23%
G=26.03%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135768100.440.400.47354.9227.9641.37
Hex874C5102C282F1631c29
Octal20711412105450575433451
Binary1000011110011001010001010110010100010111110110001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,76,81); }

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

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

 a { background-color: rgb(135,76,81); }

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

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

 span { border-color: rgb(135,76,81); }

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