#874583

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

Shades of Trendy Pink #874583

Tints of Trendy Pink #874583

Color information

#874583 (or 0x874583) is unknown color: approx Trendy Pink. HEX triplet: 87, 45 and 83. RGB value is (135,69,131). Sum of RGB (Red+Green+Blue) = 135+69+131=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #874583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874583 is #78BA7C. Grayscale: #5F5F5F. Windows color (decimal): -7912061 or 8603015. OLE color: 8603015.

HSL color Cylindrical-coordinate representation of color #874583: hue angle of 303.64º 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 #874583 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB13569131-
CMYK00.490.030.47
HSL303.64º32.35%40%-
HSV(B)303.64º48.89%52.94%-
XYZ16.2211.0522.75-
YUV95.8147.87155.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=40.30%
G=20.60%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356913100.490.030.47303.6432.3540
Hex87458303132F1302028
Octal2071052030613574604050
Binary10000111100010110000011011000111101111100110000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874583; }

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

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

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

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

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

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

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

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