#825481

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

Shades of Trendy Pink #825481

Tints of Trendy Pink #825481

Color information

#825481 (or 0x825481) is unknown color: approx Trendy Pink. HEX triplet: 82, 54 and 81. RGB value is (130,84,129). Sum of RGB (Red+Green+Blue) = 130+84+129=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #825481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825481 is #7DAB7E. Grayscale: #666666. Windows color (decimal): -8235903 or 8475778. OLE color: 8475778.

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

Color convert

RGB13084129-
CMYK00.350.010.49
HSL301.3º21.5%41.96%-
HSV(B)301.3º35.38%50.98%-
XYZ16.3412.6722.35-
YUV102.88142.74147.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 84 (33.20% from 255) = 24.49%
BLUE value IS 129 (50.78% from 255) = 37.61%
R=37.90%
G=24.49%
B=37.61%

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
Decimal1308412900.350.010.49301.321.541.96
Hex82548102313112d152a
Octal2021242010431614552552
Binary100000101010100100000010100011111000110010110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825481; }

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

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

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

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

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

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

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

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