#874449

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

Shades of Solid Pink #874449

Tints of Solid Pink #874449

Color information

#874449 (or 0x874449) is unknown color: approx Solid Pink. HEX triplet: 87, 44 and 49. RGB value is (135,68,73). Sum of RGB (Red+Green+Blue) = 135+68+73=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #874449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874449 is #78BBB6. Grayscale: #585858. Windows color (decimal): -7912375 or 4801671. OLE color: 4801671.

HSL color Cylindrical-coordinate representation of color #874449: hue angle of 355.52º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874449 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1356873-
CMYK00.500.460.47
HSL355.52º33%39.8%-
HSV(B)355.52º49.63%52.94%-
XYZ13.269.777.49-
YUV88.6119.2161.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 68 (26.95% from 255) = 24.64%
BLUE value IS 73 (28.91% from 255) = 26.45%
R=48.91%
G=24.64%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135687300.500.460.47355.523339.8
Hex8744490322E2F1642128
Octal20710411106256575444150
Binary10000111100010010010010110010101110101111101100100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874449; }

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

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

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

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

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

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

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

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