#874950

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

Shades of Solid Pink #874950

Tints of Solid Pink #874950

Color information

#874950 (or 0x874950) is unknown color: approx Solid Pink. HEX triplet: 87, 49 and 50. RGB value is (135,73,80). Sum of RGB (Red+Green+Blue) = 135+73+80=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #874950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874950 is #78B6AF. Grayscale: #5C5C5C. Windows color (decimal): -7911088 or 5261703. OLE color: 5261703.

HSL color Cylindrical-coordinate representation of color #874950: hue angle of 353.23º 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 #874950 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1357380-
CMYK00.460.410.47
HSL353.23º29.81%40.78%-
HSV(B)353.23º45.93%52.94%-
XYZ13.8210.58.89-
YUV92.34121.04158.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 80 (31.64% from 255) = 27.78%
R=46.88%
G=25.35%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135738000.460.410.47353.2329.8140.78
Hex87495002E292F1611e29
Octal20711112005651575413651
Binary1000011110010011010000010111010100110111110110000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874950; }

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

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

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

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

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

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

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

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