#874F54

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

Shades of Solid Pink #874F54

Tints of Solid Pink #874F54

Color information

#874F54 (or 0x874F54) is unknown color: approx Solid Pink. HEX triplet: 87, 4F and 54. RGB value is (135,79,84). Sum of RGB (Red+Green+Blue) = 135+79+84=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #874F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874F54 is #78B0AB. Grayscale: #606060. Windows color (decimal): -7909548 or 5525383. OLE color: 5525383.

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

Color convert

RGB1357984-
CMYK00.410.380.47
HSL354.64º26.17%41.96%-
HSV(B)354.64º41.48%52.94%-
XYZ14.3911.389.83-
YUV96.31121.05155.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 79 (31.25% from 255) = 26.51%
BLUE value IS 84 (33.20% from 255) = 28.19%
R=45.30%
G=26.51%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135798400.410.380.47354.6426.1741.96
Hex874F54029262F1631a2a
Octal20711712405146575433252
Binary1000011110011111010100010100110011010111110110001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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