#824979

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

Shades of Trendy Pink #824979

Tints of Trendy Pink #824979

Color information

#824979 (or 0x824979) is unknown color: approx Trendy Pink. HEX triplet: 82, 49 and 79. RGB value is (130,73,121). Sum of RGB (Red+Green+Blue) = 130+73+121=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #824979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824979 is #7DB686. Grayscale: #5F5F5F. Windows color (decimal): -8238727 or 7948674. OLE color: 7948674.

HSL color Cylindrical-coordinate representation of color #824979: hue angle of 309.47º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #824979 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13073121-
CMYK00.440.070.49
HSL309.47º28.08%39.8%-
HSV(B)309.47º43.85%50.98%-
XYZ15.0410.8919.4-
YUV95.52142.38152.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=40.12%
G=22.53%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307312100.440.070.49309.4728.0839.8
Hex82497902C7311351c28
Octal2021111710547614653450
Binary1000001010010011111001010110011111000110011010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824979; }

 p { color: rgb(130,73,121); }

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

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

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

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

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

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

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