#825776

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

Shades of Trendy Pink #825776

Tints of Trendy Pink #825776

Color information

#825776 (or 0x825776) is unknown color: approx Trendy Pink. HEX triplet: 82, 57 and 76. RGB value is (130,87,118). Sum of RGB (Red+Green+Blue) = 130+87+118=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #825776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825776 is #7DA889. Grayscale: #676767. Windows color (decimal): -8235146 or 7755650. OLE color: 7755650.

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

Color convert

RGB13087118-
CMYK00.330.090.49
HSL316.74º19.82%42.55%-
HSV(B)316.74º33.08%50.98%-
XYZ15.8812.8718.79-
YUV103.39136.25146.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=38.81%
G=25.97%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308711800.330.090.49316.7419.8242.55
Hex82577602193113d142b
Octal20212716604111614752453
Binary10000010101011111101100100001100111000110011110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825776; }

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

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

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

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

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

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

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

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