#824676

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

Shades of Trendy Pink #824676

Tints of Trendy Pink #824676

Color information

#824676 (or 0x824676) is unknown color: approx Trendy Pink. HEX triplet: 82, 46 and 76. RGB value is (130,70,118). Sum of RGB (Red+Green+Blue) = 130+70+118=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #824676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824676 is #7DB989. Grayscale: #5D5D5D. Windows color (decimal): -8239498 or 7751298. OLE color: 7751298.

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

Color convert

RGB13070118-
CMYK00.460.090.49
HSL312º30%39.22%-
HSV(B)312º46.15%50.98%-
XYZ14.6710.4318.38-
YUV93.41141.88154.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=40.88%
G=22.01%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307011800.460.090.493123039.22
Hex82467602E9311381e27
Octal20210616605611614703647
Binary10000010100011011101100101110100111000110011100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824676; }

 p { color: rgb(130,70,118); }

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

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

 a { background-color: rgb(130,70,118); }

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

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

 span { border-color: rgb(130,70,118); }

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