#874349

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

Shades of Solid Pink #874349

Tints of Solid Pink #874349

Color information

#874349 (or 0x874349) is unknown color: approx Solid Pink. HEX triplet: 87, 43 and 49. RGB value is (135,67,73). Sum of RGB (Red+Green+Blue) = 135+67+73=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #874349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874349 is #78BCB6. Grayscale: #585858. Windows color (decimal): -7912631 or 4801415. OLE color: 4801415.

HSL color Cylindrical-coordinate representation of color #874349: hue angle of 354.71º degrees, saturation: 0.34, 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 #874349 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1356773-
CMYK00.500.460.47
HSL354.71º33.66%39.61%-
HSV(B)354.71º50.37%52.94%-
XYZ13.29.657.47-
YUV88.02119.53161.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=49.09%
G=24.36%
B=26.55%

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
Decimal135677300.500.460.47354.7133.6639.61
Hex8743490322E2F1632228
Octal20710311106256575434250
Binary10000111100001110010010110010101110101111101100011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874349; }

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

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

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

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

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

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

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

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