#874380

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

Shades of Trendy Pink #874380

Tints of Trendy Pink #874380

Color information

#874380 (or 0x874380) is unknown color: approx Trendy Pink. HEX triplet: 87, 43 and 80. RGB value is (135,67,128). Sum of RGB (Red+Green+Blue) = 135+67+128=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #874380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874380 is #78BC7F. Grayscale: #5E5E5E. Windows color (decimal): -7912576 or 8405895. OLE color: 8405895.

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

Color convert

RGB13567128-
CMYK00.500.050.47
HSL306.18º33.66%39.61%-
HSV(B)306.18º50.37%52.94%-
XYZ15.910.7221.65-
YUV94.29147.03157.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=40.91%
G=20.30%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356712800.500.050.47306.1833.6639.61
Hex87438003252F1322228
Octal2071032000625574624250
Binary100001111000011100000000110010101101111100110010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874380; }

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

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

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

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

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

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

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

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