#874783

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

Shades of Trendy Pink #874783

Tints of Trendy Pink #874783

Color information

#874783 (or 0x874783) is unknown color: approx Trendy Pink. HEX triplet: 87, 47 and 83. RGB value is (135,71,131). Sum of RGB (Red+Green+Blue) = 135+71+131=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #874783 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874783 is #78B87C. Grayscale: #606060. Windows color (decimal): -7911549 or 8603527. OLE color: 8603527.

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

Color convert

RGB13571131-
CMYK00.470.030.47
HSL303.75º31.07%40.39%-
HSV(B)303.75º47.41%52.94%-
XYZ16.3411.322.79-
YUV96.98147.2155.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 131 (51.56% from 255) = 38.87%
R=40.06%
G=21.07%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357113100.470.030.47303.7531.0740.39
Hex87478302F32F1301f28
Octal2071072030573574603750
Binary1000011110001111000001101011111110111110011000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874783; }

 p { color: rgb(135,71,131); }

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

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

 a { background-color: rgb(135,71,131); }

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

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

 span { border-color: rgb(135,71,131); }

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