#874279

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

Shades of Trendy Pink #874279

Tints of Trendy Pink #874279

Color information

#874279 (or 0x874279) is unknown color: approx Trendy Pink. HEX triplet: 87, 42 and 79. RGB value is (135,66,121). Sum of RGB (Red+Green+Blue) = 135+66+121=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #874279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874279 is #78BD86. Grayscale: #5C5C5C. Windows color (decimal): -7912839 or 7946887. OLE color: 7946887.

HSL color Cylindrical-coordinate representation of color #874279: hue angle of 312.17º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #874279 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13566121-
CMYK00.510.100.47
HSL312.17º34.33%39.41%-
HSV(B)312.17º51.11%52.94%-
XYZ15.3910.4319.29-
YUV92.9143.86158.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 66 (26.17% from 255) = 20.50%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=41.93%
G=20.50%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356612100.510.100.47312.1734.3339.41
Hex874279033A2F1382227
Octal20710217106312574704247
Binary100001111000010111100101100111010101111100111000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874279; }

 p { color: rgb(135,66,121); }

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

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

 a { background-color: rgb(135,66,121); }

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

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

 span { border-color: rgb(135,66,121); }

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