#824974

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

Shades of Trendy Pink #824974

Tints of Trendy Pink #824974

Color information

#824974 (or 0x824974) is unknown color: approx Trendy Pink. HEX triplet: 82, 49 and 74. RGB value is (130,73,116). Sum of RGB (Red+Green+Blue) = 130+73+116=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #824974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824974 is #7DB68B. Grayscale: #5E5E5E. Windows color (decimal): -8238732 or 7620994. OLE color: 7620994.

HSL color Cylindrical-coordinate representation of color #824974: hue angle of 314.74º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #824974 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13073116-
CMYK00.440.110.49
HSL314.74º28.08%39.8%-
HSV(B)314.74º43.85%50.98%-
XYZ14.7410.7717.83-
YUV94.94139.88153-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 73 (28.91% from 255) = 22.88%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=40.75%
G=22.88%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307311600.440.110.49314.7428.0839.8
Hex82497402CB3113b1c28
Octal20211116405413614733450
Binary10000010100100111101000101100101111000110011101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824974; }

 p { color: rgb(130,73,116); }

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

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

 a { background-color: rgb(130,73,116); }

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

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

 span { border-color: rgb(130,73,116); }

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