#824779

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

Shades of Trendy Pink #824779

Tints of Trendy Pink #824779

Color information

#824779 (or 0x824779) is unknown color: approx Trendy Pink. HEX triplet: 82, 47 and 79. RGB value is (130,71,121). Sum of RGB (Red+Green+Blue) = 130+71+121=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #824779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824779 is #7DB886. Grayscale: #5E5E5E. Windows color (decimal): -8239239 or 7948162. OLE color: 7948162.

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

Color convert

RGB13071121-
CMYK00.450.070.49
HSL309.15º29.35%39.41%-
HSV(B)309.15º45.38%50.98%-
XYZ14.9110.6319.36-
YUV94.34143.05153.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=40.37%
G=22.05%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307112100.450.070.49309.1529.3539.41
Hex82477902D7311351d27
Octal2021071710557614653547
Binary1000001010001111111001010110111111000110011010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824779; }

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

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

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

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

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

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

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

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