#815877

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

Shades of Trendy Pink #815877

Tints of Trendy Pink #815877

Color information

#815877 (or 0x815877) is unknown color: approx Trendy Pink. HEX triplet: 81, 58 and 77. RGB value is (129,88,119). Sum of RGB (Red+Green+Blue) = 129+88+119=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #815877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815877 is #7EA788. Grayscale: #676767. Windows color (decimal): -8300425 or 7821441. OLE color: 7821441.

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

Color convert

RGB12988119-
CMYK00.320.080.49
HSL314.63º18.89%42.55%-
HSV(B)314.63º31.78%50.59%-
XYZ15.8712.9819.12-
YUV103.79136.58145.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=38.39%
G=26.19%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298811900.320.080.49314.6318.8942.55
Hex81587702083113b132b
Octal20113016704010614732353
Binary10000001101100011101110100000100011000110011101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815877; }

 p { color: rgb(129,88,119); }

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

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

 a { background-color: rgb(129,88,119); }

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

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

 span { border-color: rgb(129,88,119); }

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