#814676

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

Shades of Trendy Pink #814676

Tints of Trendy Pink #814676

Color information

#814676 (or 0x814676) is unknown color: approx Trendy Pink. HEX triplet: 81, 46 and 76. RGB value is (129,70,118). Sum of RGB (Red+Green+Blue) = 129+70+118=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #814676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814676 is #7EB989. Grayscale: #5C5C5C. Windows color (decimal): -8305034 or 7751297. OLE color: 7751297.

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

Color convert

RGB12970118-
CMYK00.460.090.49
HSL311.19º29.65%39.02%-
HSV(B)311.19º45.74%50.59%-
XYZ14.5110.3618.37-
YUV93.11142.05153.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 70 (27.73% from 255) = 22.08%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=40.69%
G=22.08%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297011800.460.090.49311.1929.6539.02
Hex81467602E9311371e27
Octal20110616605611614673647
Binary10000001100011011101100101110100111000110011011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814676; }

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

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

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

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

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

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

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

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