#825581

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

Shades of Trendy Pink #825581

Tints of Trendy Pink #825581

Color information

#825581 (or 0x825581) is unknown color: approx Trendy Pink. HEX triplet: 82, 55 and 81. RGB value is (130,85,129). Sum of RGB (Red+Green+Blue) = 130+85+129=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #825581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825581 is #7DAA7E. Grayscale: #676767. Windows color (decimal): -8235647 or 8476034. OLE color: 8476034.

HSL color Cylindrical-coordinate representation of color #825581: hue angle of 301.33º 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 #825581 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB13085129-
CMYK00.350.010.49
HSL301.33º20.93%42.16%-
HSV(B)301.33º34.62%50.98%-
XYZ16.4212.8322.38-
YUV103.47142.41146.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 129 (50.78% from 255) = 37.5%
R=37.79%
G=24.71%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308512900.350.010.49301.3320.9342.16
Hex82558102313112d152a
Octal2021252010431614552552
Binary100000101010101100000010100011111000110010110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825581; }

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

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

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

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

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

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

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

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