#825380

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

Shades of Trendy Pink #825380

Tints of Trendy Pink #825380

Color information

#825380 (or 0x825380) is unknown color: approx Trendy Pink. HEX triplet: 82, 53 and 80. RGB value is (130,83,128). Sum of RGB (Red+Green+Blue) = 130+83+128=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #825380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825380 is #7DAC7F. Grayscale: #666666. Windows color (decimal): -8236160 or 8409986. OLE color: 8409986.

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

Color convert

RGB13083128-
CMYK00.360.020.49
HSL302.55º22.07%41.76%-
HSV(B)302.55º36.15%50.98%-
XYZ16.212.4921.98-
YUV102.18142.57147.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 128 (50.39% from 255) = 37.54%
R=38.12%
G=24.34%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308312800.360.020.49302.5522.0741.76
Hex82538002423112f162a
Octal2021232000442614572652
Binary1000001010100111000000001001001011000110010111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825380; }

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

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

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

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

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

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

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

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