#874D58

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

Shades of Solid Pink #874D58

Tints of Solid Pink #874D58

Color information

#874D58 (or 0x874D58) is unknown color: approx Solid Pink. HEX triplet: 87, 4D and 58. RGB value is (135,77,88). Sum of RGB (Red+Green+Blue) = 135+77+88=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #874D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D58 is #78B2A7. Grayscale: #5F5F5F. Windows color (decimal): -7910056 or 5787015. OLE color: 5787015.

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

Color convert

RGB1357788-
CMYK00.430.350.47
HSL348.62º27.36%41.57%-
HSV(B)348.62º42.96%52.94%-
XYZ14.4111.1610.63-
YUV95.6123.72156.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45%
GREEN value IS 77 (30.47% from 255) = 25.67%
BLUE value IS 88 (34.77% from 255) = 29.33%
R=45%
G=25.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135778800.430.350.47348.6227.3641.57
Hex874D5802B232F15d1b2a
Octal20711513005343575353352
Binary1000011110011011011000010101110001110111110101110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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