#824777

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

Shades of Trendy Pink #824777

Tints of Trendy Pink #824777

Color information

#824777 (or 0x824777) is unknown color: approx Trendy Pink. HEX triplet: 82, 47 and 77. RGB value is (130,71,119). Sum of RGB (Red+Green+Blue) = 130+71+119=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #824777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824777 is #7DB888. Grayscale: #5D5D5D. Windows color (decimal): -8239241 or 7817090. OLE color: 7817090.

HSL color Cylindrical-coordinate representation of color #824777: hue angle of 311.19º 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 #824777 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13071119-
CMYK00.450.080.49
HSL311.19º29.35%39.41%-
HSV(B)311.19º45.38%50.98%-
XYZ14.7910.5818.72-
YUV94.11142.05153.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=40.62%
G=22.19%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307111900.450.080.49311.1929.3539.41
Hex82477702D8311371d27
Octal20210716705510614673547
Binary10000010100011111101110101101100011000110011011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824777; }

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

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

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

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

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

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

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

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