#874654

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

Shades of Solid Pink #874654

Tints of Solid Pink #874654

Color information

#874654 (or 0x874654) is unknown color: approx Solid Pink. HEX triplet: 87, 46 and 54. RGB value is (135,70,84). Sum of RGB (Red+Green+Blue) = 135+70+84=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #874654 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874654 is #78B9AB. Grayscale: #5B5B5B. Windows color (decimal): -7911852 or 5523079. OLE color: 5523079.

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

Color convert

RGB1357084-
CMYK00.480.380.47
HSL347.08º31.71%40.2%-
HSV(B)347.08º48.15%52.94%-
XYZ13.7810.179.62-
YUV91.03124.03159.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 84 (33.20% from 255) = 29.07%
R=46.71%
G=24.22%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135708400.480.380.47347.0831.7140.2
Hex874654030262F15b2028
Octal20710612406046575334050
Binary10000111100011010101000110000100110101111101011011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874654; }

 p { color: rgb(135,70,84); }

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

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

 a { background-color: rgb(135,70,84); }

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

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

 span { border-color: rgb(135,70,84); }

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