#826280

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

Shades of Trendy Pink #826280

Tints of Trendy Pink #826280

Color information

#826280 (or 0x826280) is unknown color: approx Trendy Pink. HEX triplet: 82, 62 and 80. RGB value is (130,98,128). Sum of RGB (Red+Green+Blue) = 130+98+128=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #826280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826280 is #7D9D7F. Grayscale: #6E6E6E. Windows color (decimal): -8232320 or 8413826. OLE color: 8413826.

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

Color convert

RGB13098128-
CMYK00.250.020.49
HSL303.75º14.04%44.71%-
HSV(B)303.75º24.62%50.98%-
XYZ17.4715.0422.4-
YUV110.99137.6141.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=36.52%
G=27.53%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309812800.250.020.49303.7514.0444.71
Hex826280019231130e2d
Octal2021422000312614601655
Binary10000010110001010000000011001101100011001100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826280; }

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

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

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

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

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

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

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

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