#874A56

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

Shades of Solid Pink #874A56

Tints of Solid Pink #874A56

Color information

#874A56 (or 0x874A56) is unknown color: approx Solid Pink. HEX triplet: 87, 4A and 56. RGB value is (135,74,86). Sum of RGB (Red+Green+Blue) = 135+74+86=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #874A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A56 is #78B5A9. Grayscale: #5D5D5D. Windows color (decimal): -7910826 or 5655175. OLE color: 5655175.

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

Color convert

RGB1357486-
CMYK00.450.360.47
HSL348.2º29.19%40.98%-
HSV(B)348.2º45.19%52.94%-
XYZ14.1210.7210.13-
YUV93.61123.71157.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 86 (33.98% from 255) = 29.15%
R=45.76%
G=25.08%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135748600.450.360.47348.229.1940.98
Hex874A5602D242F15c1d29
Octal20711212605544575343551
Binary1000011110010101010110010110110010010111110101110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,74,86); }

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

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

 a { background-color: rgb(135,74,86); }

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

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

 span { border-color: rgb(135,74,86); }

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