#814F76

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

Shades of Trendy Pink #814F76

Tints of Trendy Pink #814F76

Color information

#814F76 (or 0x814F76) is unknown color: approx Trendy Pink. HEX triplet: 81, 4F and 76. RGB value is (129,79,118). Sum of RGB (Red+Green+Blue) = 129+79+118=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #814F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814F76 is #7EB089. Grayscale: #626262. Windows color (decimal): -8302730 or 7753601. OLE color: 7753601.

HSL color Cylindrical-coordinate representation of color #814F76: hue angle of 313.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #814F76 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB12979118-
CMYK00.390.090.49
HSL313.2º24.04%40.78%-
HSV(B)313.2º38.76%50.59%-
XYZ15.1211.5718.58-
YUV98.4139.06149.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.57%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=39.57%
G=24.23%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297911800.390.090.49313.224.0440.78
Hex814F760279311391829
Octal20111716604711614713051
Binary10000001100111111101100100111100111000110011100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814F76; }

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

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

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

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

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

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

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

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