#874575

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

Shades of Trendy Pink #874575

Tints of Trendy Pink #874575

Color information

#874575 (or 0x874575) is unknown color: approx Trendy Pink. HEX triplet: 87, 45 and 75. RGB value is (135,69,117). Sum of RGB (Red+Green+Blue) = 135+69+117=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #874575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874575 is #78BA8A. Grayscale: #5E5E5E. Windows color (decimal): -7912075 or 7685511. OLE color: 7685511.

HSL color Cylindrical-coordinate representation of color #874575: hue angle of 316.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874575 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13569117-
CMYK00.490.130.47
HSL316.36º32.35%40%-
HSV(B)316.36º48.89%52.94%-
XYZ15.3310.6918.09-
YUV94.21140.87157.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=42.06%
G=21.50%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356911700.490.130.47316.3632.3540
Hex874575031D2F13c2028
Octal20710516506115574744050
Binary100001111000101111010101100011101101111100111100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874575; }

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

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

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

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

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

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

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

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