#815580

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

Shades of Trendy Pink #815580

Tints of Trendy Pink #815580

Color information

#815580 (or 0x815580) is unknown color: approx Trendy Pink. HEX triplet: 81, 55 and 80. RGB value is (129,85,128). Sum of RGB (Red+Green+Blue) = 129+85+128=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 129 - color contains mainly: red. Hex color #815580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815580 is #7EAA7F. Grayscale: #666666. Windows color (decimal): -8301184 or 8410497. OLE color: 8410497.

HSL color Cylindrical-coordinate representation of color #815580: hue angle of 301.36º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #815580 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB12985128-
CMYK00.340.010.49
HSL301.36º20.56%41.96%-
HSV(B)301.36º34.11%50.59%-
XYZ16.212.7222.02-
YUV103.06142.08146.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=37.72%
G=24.85%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298512800.340.010.49301.3620.5641.96
Hex81558002213112d152a
Octal2011252000421614552552
Binary100000011010101100000000100010111000110010110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815580; }

 p { color: rgb(129,85,128); }

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

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

 a { background-color: rgb(129,85,128); }

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

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

 span { border-color: rgb(129,85,128); }

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