#874E58

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

Shades of Solid Pink #874E58

Tints of Solid Pink #874E58

Color information

#874E58 (or 0x874E58) is unknown color: approx Solid Pink. HEX triplet: 87, 4E and 58. RGB value is (135,78,88). Sum of RGB (Red+Green+Blue) = 135+78+88=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #874E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874E58 is #78B1A7. Grayscale: #606060. Windows color (decimal): -7909800 or 5787271. OLE color: 5787271.

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

Color convert

RGB1357888-
CMYK00.420.350.47
HSL349.47º26.76%41.76%-
HSV(B)349.47º42.22%52.94%-
XYZ14.4811.310.65-
YUV96.18123.38155.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=44.85%
G=25.91%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135788800.420.350.47349.4726.7641.76
Hex874E5802A232F15d1b2a
Octal20711613005243575353352
Binary1000011110011101011000010101010001110111110101110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,78,88); }

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

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

 a { background-color: rgb(135,78,88); }

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

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

 span { border-color: rgb(135,78,88); }

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