#815979

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

Shades of Trendy Pink #815979

Tints of Trendy Pink #815979

Color information

#815979 (or 0x815979) is unknown color: approx Trendy Pink. HEX triplet: 81, 59 and 79. RGB value is (129,89,121). Sum of RGB (Red+Green+Blue) = 129+89+121=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #815979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815979 is #7EA686. Grayscale: #686868. Windows color (decimal): -8300167 or 7952769. OLE color: 7952769.

HSL color Cylindrical-coordinate representation of color #815979: hue angle of 312º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #815979 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB12989121-
CMYK00.310.060.49
HSL312º18.35%42.75%-
HSV(B)312º31.01%50.59%-
XYZ16.0813.1919.79-
YUV104.61137.25145.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=38.05%
G=26.25%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298912100.310.060.4931218.3542.75
Hex81597901F631138122b
Octal2011311710376614702253
Binary100000011011001111100101111111011000110011100010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815979; }

 p { color: rgb(129,89,121); }

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

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

 a { background-color: rgb(129,89,121); }

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

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

 span { border-color: rgb(129,89,121); }

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