#824778

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

Shades of Trendy Pink #824778

Tints of Trendy Pink #824778

Color information

#824778 (or 0x824778) is unknown color: approx Trendy Pink. HEX triplet: 82, 47 and 78. RGB value is (130,71,120). Sum of RGB (Red+Green+Blue) = 130+71+120=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #824778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824778 is #7DB887. Grayscale: #5E5E5E. Windows color (decimal): -8239240 or 7882626. OLE color: 7882626.

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

Color convert

RGB13071120-
CMYK00.450.080.49
HSL310.17º29.35%39.41%-
HSV(B)310.17º45.38%50.98%-
XYZ14.8510.6119.03-
YUV94.23142.55153.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 71 (28.12% from 255) = 22.12%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=40.50%
G=22.12%
B=37.38%

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
Decimal1307112000.450.080.49310.1729.3539.41
Hex82477802D8311361d27
Octal20210717005510614663547
Binary10000010100011111110000101101100011000110011011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824778; }

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

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

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

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

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

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

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

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