#875279

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

Shades of Trendy Pink #875279

Tints of Trendy Pink #875279

Color information

#875279 (or 0x875279) is unknown color: approx Trendy Pink. HEX triplet: 87, 52 and 79. RGB value is (135,82,121). Sum of RGB (Red+Green+Blue) = 135+82+121=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #875279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875279 is #78AD86. Grayscale: #666666. Windows color (decimal): -7908743 or 7950983. OLE color: 7950983.

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

Color convert

RGB13582121-
CMYK00.390.100.47
HSL315.85º24.42%42.55%-
HSV(B)315.85º39.26%52.94%-
XYZ16.4612.5719.65-
YUV102.29138.56151.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 121 (47.66% from 255) = 35.80%
R=39.94%
G=24.26%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358212100.390.100.47315.8524.4242.55
Hex875279027A2F13c182b
Octal20712217104712574743053
Binary10000111101001011110010100111101010111110011110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875279; }

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

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

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

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

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

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

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

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