#826482

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

Shades of Trendy Pink #826482

Tints of Trendy Pink #826482

Color information

#826482 (or 0x826482) is unknown color: approx Trendy Pink. HEX triplet: 82, 64 and 82. RGB value is (130,100,130). Sum of RGB (Red+Green+Blue) = 130+100+130=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #826482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826482 is #7D9B7D. Grayscale: #707070. Windows color (decimal): -8231806 or 8545410. OLE color: 8545410.

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

Color convert

RGB130100130-
CMYK00.2300.49
HSL300º13.04%45.1%-
HSV(B)300º23.08%50.98%-
XYZ17.7915.4723.17-
YUV112.39137.94140.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=36.11%
G=27.78%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010013000.2300.4930013.0445.1
Hex82648201703112cd2d
Octal2021442020270614541555
Binary1000001011001001000001001011101100011001011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826482; }

 p { color: rgb(130,100,130); }

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

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

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

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

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

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

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