#824579

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

Shades of Trendy Pink #824579

Tints of Trendy Pink #824579

Color information

#824579 (or 0x824579) is unknown color: approx Trendy Pink. HEX triplet: 82, 45 and 79. RGB value is (130,69,121). Sum of RGB (Red+Green+Blue) = 130+69+121=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #824579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824579 is #7DBA86. Grayscale: #5D5D5D. Windows color (decimal): -8239751 or 7947650. OLE color: 7947650.

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

Color convert

RGB13069121-
CMYK00.470.070.49
HSL308.85º30.65%39.02%-
HSV(B)308.85º46.92%50.98%-
XYZ14.7910.3819.31-
YUV93.17143.71154.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 69 (27.34% from 255) = 21.56%
BLUE value IS 121 (47.66% from 255) = 37.81%
R=40.62%
G=21.56%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306912100.470.070.49308.8530.6539.02
Hex82457902F7311351f27
Octal2021051710577614653747
Binary1000001010001011111001010111111111000110011010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824579; }

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

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

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

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

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

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

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

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