#874A4F

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

Shades of Solid Pink #874A4F

Tints of Solid Pink #874A4F

Color information

#874A4F (or 0x874A4F) is unknown color: approx Solid Pink. HEX triplet: 87, 4A and 4F. RGB value is (135,74,79). Sum of RGB (Red+Green+Blue) = 135+74+79=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #874A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874A4F is #78B5B0. Grayscale: #5C5C5C. Windows color (decimal): -7910833 or 5196423. OLE color: 5196423.

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

Color convert

RGB1357479-
CMYK00.450.410.47
HSL355.08º29.19%40.98%-
HSV(B)355.08º45.19%52.94%-
XYZ13.8510.618.72-
YUV92.81120.21158.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 74 (29.30% from 255) = 25.69%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=46.88%
G=25.69%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135747900.450.410.47355.0829.1940.98
Hex874A4F02D292F1631d29
Octal20711211705551575433551
Binary1000011110010101001111010110110100110111110110001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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