#824478

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

Shades of Trendy Pink #824478

Tints of Trendy Pink #824478

Color information

#824478 (or 0x824478) is unknown color: approx Trendy Pink. HEX triplet: 82, 44 and 78. RGB value is (130,68,120). Sum of RGB (Red+Green+Blue) = 130+68+120=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #824478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824478 is #7DBB87. Grayscale: #5C5C5C. Windows color (decimal): -8240008 or 7881858. OLE color: 7881858.

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

Color convert

RGB13068120-
CMYK00.480.080.49
HSL309.68º31.31%38.82%-
HSV(B)309.68º47.69%50.98%-
XYZ14.6610.2418.97-
YUV92.47143.54154.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.88%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=40.88%
G=21.38%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306812000.480.080.49309.6831.3138.82
Hex8244780308311361f27
Octal20210417006010614663747
Binary10000010100010011110000110000100011000110011011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824478; }

 p { color: rgb(130,68,120); }

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

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

 a { background-color: rgb(130,68,120); }

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

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

 span { border-color: rgb(130,68,120); }

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