#874B57

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

Shades of Solid Pink #874B57

Tints of Solid Pink #874B57

Color information

#874B57 (or 0x874B57) is unknown color: approx Solid Pink. HEX triplet: 87, 4B and 57. RGB value is (135,75,87). Sum of RGB (Red+Green+Blue) = 135+75+87=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #874B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874B57 is #78B4A8. Grayscale: #5E5E5E. Windows color (decimal): -7910569 or 5720967. OLE color: 5720967.

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

Color convert

RGB1357587-
CMYK00.440.360.47
HSL348º28.57%41.18%-
HSV(B)348º44.44%52.94%-
XYZ14.2310.8710.37-
YUV94.31123.88157.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 87 (34.38% from 255) = 29.29%
R=45.45%
G=25.25%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135758700.440.360.4734828.5741.18
Hex874B5702C242F15c1d29
Octal20711312705444575343551
Binary1000011110010111010111010110010010010111110101110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,75,87); }

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

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

 a { background-color: rgb(135,75,87); }

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

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

 span { border-color: rgb(135,75,87); }

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