#874F51

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

Shades of Solid Pink #874F51

Tints of Solid Pink #874F51

Color information

#874F51 (or 0x874F51) is unknown color: approx Solid Pink. HEX triplet: 87, 4F and 51. RGB value is (135,79,81). Sum of RGB (Red+Green+Blue) = 135+79+81=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #874F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F51 is #78B0AE. Grayscale: #606060. Windows color (decimal): -7909551 or 5328775. OLE color: 5328775.

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

Color convert

RGB1357981-
CMYK00.410.400.47
HSL357.86º26.17%41.96%-
HSV(B)357.86º41.48%52.94%-
XYZ14.2711.349.22-
YUV95.97119.55155.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 81 (32.03% from 255) = 27.46%
R=45.76%
G=26.78%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135798100.410.400.47357.8626.1741.96
Hex874F51029282F1661a2a
Octal20711712105150575463252
Binary1000011110011111010001010100110100010111110110011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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