#824673

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

Shades of Trendy Pink #824673

Tints of Trendy Pink #824673

Color information

#824673 (or 0x824673) is unknown color: approx Trendy Pink. HEX triplet: 82, 46 and 73. RGB value is (130,70,115). Sum of RGB (Red+Green+Blue) = 130+70+115=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #824673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824673 is #7DB98C. Grayscale: #5C5C5C. Windows color (decimal): -8239501 or 7554690. OLE color: 7554690.

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

Color convert

RGB13070115-
CMYK00.460.120.49
HSL315º30%39.22%-
HSV(B)315º46.15%50.98%-
XYZ14.4910.3617.46-
YUV93.07140.38154.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=41.27%
G=22.22%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307011500.460.120.493153039.22
Hex82467302EC3113b1e27
Octal20210616305614614733647
Binary10000010100011011100110101110110011000110011101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824673; }

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

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

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

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

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

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

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

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