#874381

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

Shades of Trendy Pink #874381

Tints of Trendy Pink #874381

Color information

#874381 (or 0x874381) is unknown color: approx Trendy Pink. HEX triplet: 87, 43 and 81. RGB value is (135,67,129). Sum of RGB (Red+Green+Blue) = 135+67+129=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #874381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874381 is #78BC7E. Grayscale: #5E5E5E. Windows color (decimal): -7912575 or 8471431. OLE color: 8471431.

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

Color convert

RGB13567129-
CMYK00.500.040.47
HSL305.29º33.66%39.61%-
HSV(B)305.29º50.37%52.94%-
XYZ15.9610.7522-
YUV94.4147.53156.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 67 (26.56% from 255) = 20.24%
BLUE value IS 129 (50.78% from 255) = 38.97%
R=40.79%
G=20.24%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356712900.500.040.47305.2933.6639.61
Hex87438103242F1312228
Octal2071032010624574614250
Binary100001111000011100000010110010100101111100110001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874381; }

 p { color: rgb(135,67,129); }

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

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

 a { background-color: rgb(135,67,129); }

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

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

 span { border-color: rgb(135,67,129); }

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