#815476

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

Shades of Trendy Pink #815476

Tints of Trendy Pink #815476

Color information

#815476 (or 0x815476) is unknown color: approx Trendy Pink. HEX triplet: 81, 54 and 76. RGB value is (129,84,118). Sum of RGB (Red+Green+Blue) = 129+84+118=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #815476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815476 is #7EAB89. Grayscale: #656565. Windows color (decimal): -8301450 or 7754881. OLE color: 7754881.

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

Color convert

RGB12984118-
CMYK00.350.090.49
HSL314.67º21.13%41.76%-
HSV(B)314.67º34.88%50.59%-
XYZ15.4912.3218.7-
YUV101.33137.41147.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=38.97%
G=25.38%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298411800.350.090.49314.6721.1341.76
Hex81547602393113b152a
Octal20112416604311614732552
Binary10000001101010011101100100011100111000110011101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815476; }

 p { color: rgb(129,84,118); }

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

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

 a { background-color: rgb(129,84,118); }

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

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

 span { border-color: rgb(129,84,118); }

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