#825576

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

Shades of Trendy Pink #825576

Tints of Trendy Pink #825576

Color information

#825576 (or 0x825576) is unknown color: approx Trendy Pink. HEX triplet: 82, 55 and 76. RGB value is (130,85,118). Sum of RGB (Red+Green+Blue) = 130+85+118=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #825576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825576 is #7DAA89. Grayscale: #666666. Windows color (decimal): -8235658 or 7755138. OLE color: 7755138.

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

Color convert

RGB13085118-
CMYK00.350.090.49
HSL316º20.93%42.16%-
HSV(B)316º34.62%50.98%-
XYZ15.7212.5518.73-
YUV102.22136.91147.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=39.04%
G=25.53%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308511800.350.090.4931620.9342.16
Hex82557602393113c152a
Octal20212516604311614742552
Binary10000010101010111101100100011100111000110011110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825576; }

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

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

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

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

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

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

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

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