#874375

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

Shades of Trendy Pink #874375

Tints of Trendy Pink #874375

Color information

#874375 (or 0x874375) is unknown color: approx Trendy Pink. HEX triplet: 87, 43 and 75. RGB value is (135,67,117). Sum of RGB (Red+Green+Blue) = 135+67+117=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #874375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874375 is #78BC8A. Grayscale: #5C5C5C. Windows color (decimal): -7912587 or 7684999. OLE color: 7684999.

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

Color convert

RGB13567117-
CMYK00.500.130.47
HSL315.88º33.66%39.61%-
HSV(B)315.88º50.37%52.94%-
XYZ15.2110.4518.04-
YUV93.03141.53157.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=42.32%
G=21.00%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356711700.500.130.47315.8833.6639.61
Hex874375032D2F13c2228
Octal20710316506215574744250
Binary100001111000011111010101100101101101111100111100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874375; }

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

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

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

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

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

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

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

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