#825676

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

Shades of Trendy Pink #825676

Tints of Trendy Pink #825676

Color information

#825676 (or 0x825676) is unknown color: approx Trendy Pink. HEX triplet: 82, 56 and 76. RGB value is (130,86,118). Sum of RGB (Red+Green+Blue) = 130+86+118=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #825676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825676 is #7DA989. Grayscale: #666666. Windows color (decimal): -8235402 or 7755394. OLE color: 7755394.

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

Color convert

RGB13086118-
CMYK00.340.090.49
HSL316.36º20.37%42.35%-
HSV(B)316.36º33.85%50.98%-
XYZ15.812.7118.76-
YUV102.8136.58147.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=38.92%
G=25.75%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308611800.340.090.49316.3620.3742.35
Hex82567602293113c142a
Octal20212616604211614742452
Binary10000010101011011101100100010100111000110011110010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825676; }

 p { color: rgb(130,86,118); }

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

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

 a { background-color: rgb(130,86,118); }

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

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

 span { border-color: rgb(130,86,118); }

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