#816D83

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

Shades of Trendy Pink #816D83

Tints of Trendy Pink #816D83

Color information

#816D83 (or 0x816D83) is unknown color: approx Trendy Pink. HEX triplet: 81, 6D and 83. RGB value is (129,109,131). Sum of RGB (Red+Green+Blue) = 129+109+131=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 131 - color contains mainly: blue. Hex color #816D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816D83 is #7E927C. Grayscale: #757575. Windows color (decimal): -8295037 or 8613249. OLE color: 8613249.

HSL color Cylindrical-coordinate representation of color #816D83: hue angle of 294.55º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #816D83 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB129109131-
CMYK0.020.1700.49
HSL294.55º9.17%47.06%-
HSV(B)294.55º16.79%51.37%-
XYZ18.6217.2423.82-
YUV117.49135.63136.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.96%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 131 (51.56% from 255) = 35.50%
R=34.96%
G=29.54%
B=35.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291091310.020.1700.49294.559.1747.06
Hex816D8321103112792f
Octal2011552032210614471157
Binary10000001110110110000011101000101100011001001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816D83; }

 p { color: rgb(129,109,131); }

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

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

 a { background-color: rgb(129,109,131); }

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

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

 span { border-color: rgb(129,109,131); }

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