#824677

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

Shades of Trendy Pink #824677

Tints of Trendy Pink #824677

Color information

#824677 (or 0x824677) is unknown color: approx Trendy Pink. HEX triplet: 82, 46 and 77. RGB value is (130,70,119). Sum of RGB (Red+Green+Blue) = 130+70+119=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #824677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824677 is #7DB988. Grayscale: #5D5D5D. Windows color (decimal): -8239497 or 7816834. OLE color: 7816834.

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

Color convert

RGB13070119-
CMYK00.460.080.49
HSL311º30%39.22%-
HSV(B)311º46.15%50.98%-
XYZ14.7310.4618.7-
YUV93.53142.38154.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 119 (46.88% from 255) = 37.30%
R=40.75%
G=21.94%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307011900.460.080.493113039.22
Hex82467702E8311371e27
Octal20210616705610614673647
Binary10000010100011011101110101110100011000110011011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824677; }

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

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

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

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

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

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

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

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