#824D7C

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

Shades of Trendy Pink #824D7C

Tints of Trendy Pink #824D7C

Color information

#824D7C (or 0x824D7C) is unknown color: approx Trendy Pink. HEX triplet: 82, 4D and 7C. RGB value is (130,77,124). Sum of RGB (Red+Green+Blue) = 130+77+124=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #824D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824D7C is #7DB283. Grayscale: #626262. Windows color (decimal): -8237700 or 8146306. OLE color: 8146306.

HSL color Cylindrical-coordinate representation of color #824D7C: hue angle of 306.79º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #824D7C is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13077124-
CMYK00.410.050.49
HSL306.79º25.6%40.59%-
HSV(B)306.79º40.77%50.98%-
XYZ15.511.5120.47-
YUV98.2142.56150.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=39.27%
G=23.26%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307712400.410.050.49306.7925.640.59
Hex824D7C0295311331a29
Octal2021151740515614633251
Binary1000001010011011111100010100110111000110011001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824D7C; }

 p { color: rgb(130,77,124); }

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

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

 a { background-color: rgb(130,77,124); }

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

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

 span { border-color: rgb(130,77,124); }

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