#874951

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

Shades of Solid Pink #874951

Tints of Solid Pink #874951

Color information

#874951 (or 0x874951) is unknown color: approx Solid Pink. HEX triplet: 87, 49 and 51. RGB value is (135,73,81). Sum of RGB (Red+Green+Blue) = 135+73+81=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #874951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874951 is #78B6AE. Grayscale: #5C5C5C. Windows color (decimal): -7911087 or 5327239. OLE color: 5327239.

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

Color convert

RGB1357381-
CMYK00.460.400.47
HSL352.26º29.81%40.78%-
HSV(B)352.26º45.93%52.94%-
XYZ13.8610.519.08-
YUV92.45121.54158.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 81 (32.03% from 255) = 28.03%
R=46.71%
G=25.26%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135738100.460.400.47352.2629.8140.78
Hex87495102E282F1601e29
Octal20711112105650575403651
Binary1000011110010011010001010111010100010111110110000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874951; }

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

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

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

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

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

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

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

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