#825080

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

Shades of Trendy Pink #825080

Tints of Trendy Pink #825080

Color information

#825080 (or 0x825080) is unknown color: approx Trendy Pink. HEX triplet: 82, 50 and 80. RGB value is (130,80,128). Sum of RGB (Red+Green+Blue) = 130+80+128=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #825080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825080 is #7DAF7F. Grayscale: #646464. Windows color (decimal): -8236928 or 8409218. OLE color: 8409218.

HSL color Cylindrical-coordinate representation of color #825080: hue angle of 302.4º degrees, saturation: 0.24, 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 #825080 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13080128-
CMYK00.380.020.49
HSL302.4º23.81%41.18%-
HSV(B)302.4º38.46%50.98%-
XYZ15.9712.0421.9-
YUV100.42143.56149.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=38.46%
G=23.67%
B=37.87%

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
Decimal1308012800.380.020.49302.423.8141.18
Hex82508002623112e1829
Octal2021202000462614563051
Binary1000001010100001000000001001101011000110010111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825080; }

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

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

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

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

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

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

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

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