#825180

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

Shades of Trendy Pink #825180

Tints of Trendy Pink #825180

Color information

#825180 (or 0x825180) is unknown color: approx Trendy Pink. HEX triplet: 82, 51 and 80. RGB value is (130,81,128). Sum of RGB (Red+Green+Blue) = 130+81+128=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #825180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825180 is #7DAE7F. Grayscale: #646464. Windows color (decimal): -8236672 or 8409474. OLE color: 8409474.

HSL color Cylindrical-coordinate representation of color #825180: hue angle of 302.45º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825180 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13081128-
CMYK00.380.020.49
HSL302.45º23.22%41.37%-
HSV(B)302.45º37.69%50.98%-
XYZ16.0412.1921.93-
YUV101.01143.23148.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=38.35%
G=23.89%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308112800.380.020.49302.4523.2241.37
Hex82518002623112e1729
Octal2021212000462614562751
Binary1000001010100011000000001001101011000110010111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825180; }

 p { color: rgb(130,81,128); }

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

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

 a { background-color: rgb(130,81,128); }

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

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

 span { border-color: rgb(130,81,128); }

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