#874483

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

Shades of Trendy Pink #874483

Tints of Trendy Pink #874483

Color information

#874483 (or 0x874483) is unknown color: approx Trendy Pink. HEX triplet: 87, 44 and 83. RGB value is (135,68,131). Sum of RGB (Red+Green+Blue) = 135+68+131=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #874483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874483 is #78BB7C. Grayscale: #5F5F5F. Windows color (decimal): -7912317 or 8602759. OLE color: 8602759.

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

Color convert

RGB13568131-
CMYK00.500.030.47
HSL303.58º33%39.8%-
HSV(B)303.58º49.63%52.94%-
XYZ16.1610.9222.73-
YUV95.21148.2156.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 68 (26.95% from 255) = 20.36%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=40.42%
G=20.36%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356813100.500.030.47303.583339.8
Hex87448303232F1302128
Octal2071042030623574604150
Binary10000111100010010000011011001011101111100110000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874483; }

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

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

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

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

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

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

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

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