#874149

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

Shades of Solid Pink #874149

Tints of Solid Pink #874149

Color information

#874149 (or 0x874149) is unknown color: approx Solid Pink. HEX triplet: 87, 41 and 49. RGB value is (135,65,73). Sum of RGB (Red+Green+Blue) = 135+65+73=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #874149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874149 is #78BEB6. Grayscale: #565656. Windows color (decimal): -7913143 or 4800903. OLE color: 4800903.

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

Color convert

RGB1356573-
CMYK00.520.460.47
HSL353.14º35%39.22%-
HSV(B)353.14º51.85%52.94%-
XYZ13.089.417.43-
YUV86.84120.19162.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=49.45%
G=23.81%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135657300.520.460.47353.143539.22
Hex8741490342E2F1612327
Octal20710111106456575414347
Binary10000111100000110010010110100101110101111101100001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874149; }

 p { color: rgb(135,65,73); }

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

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

 a { background-color: rgb(135,65,73); }

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

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

 span { border-color: rgb(135,65,73); }

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