#874548

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

Shades of Solid Pink #874548

Tints of Solid Pink #874548

Color information

#874548 (or 0x874548) is unknown color: approx Solid Pink. HEX triplet: 87, 45 and 48. RGB value is (135,69,72). Sum of RGB (Red+Green+Blue) = 135+69+72=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #874548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874548 is #78BAB7. Grayscale: #595959. Windows color (decimal): -7912120 or 4736391. OLE color: 4736391.

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

Color convert

RGB1356972-
CMYK00.490.470.47
HSL357.27º32.35%40%-
HSV(B)357.27º48.89%52.94%-
XYZ13.299.887.34-
YUV89.08118.37160.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=48.91%
G=25%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135697200.490.470.47357.2732.3540
Hex8745480312F2F1652028
Octal20710511006157575454050
Binary10000111100010110010000110001101111101111101100101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874548; }

 p { color: rgb(135,69,72); }

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

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

 a { background-color: rgb(135,69,72); }

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

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

 span { border-color: rgb(135,69,72); }

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