#824376

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

Shades of Trendy Pink #824376

Tints of Trendy Pink #824376

Color information

#824376 (or 0x824376) is unknown color: approx Trendy Pink. HEX triplet: 82, 43 and 76. RGB value is (130,67,118). Sum of RGB (Red+Green+Blue) = 130+67+118=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #824376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824376 is #7DBC89. Grayscale: #5B5B5B. Windows color (decimal): -8240266 or 7750530. OLE color: 7750530.

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

Color convert

RGB13067118-
CMYK00.480.090.49
HSL311.43º31.98%38.63%-
HSV(B)311.43º48.46%50.98%-
XYZ14.4810.0718.32-
YUV91.65142.87155.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 67 (26.56% from 255) = 21.27%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=41.27%
G=21.27%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306711800.480.090.49311.4331.9838.63
Hex8243760309311372027
Octal20210316606011614674047
Binary100000101000011111011001100001001110001100110111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824376; }

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

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

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

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

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

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

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

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