#824479

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

Shades of Trendy Pink #824479

Tints of Trendy Pink #824479

Color information

#824479 (or 0x824479) is unknown color: approx Trendy Pink. HEX triplet: 82, 44 and 79. RGB value is (130,68,121). Sum of RGB (Red+Green+Blue) = 130+68+121=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #824479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824479 is #7DBB86. Grayscale: #5C5C5C. Windows color (decimal): -8240007 or 7947394. OLE color: 7947394.

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

Color convert

RGB13068121-
CMYK00.480.070.49
HSL308.71º31.31%38.82%-
HSV(B)308.71º47.69%50.98%-
XYZ14.7210.2619.29-
YUV92.58144.04154.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=40.75%
G=21.32%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306812100.480.070.49308.7131.3138.82
Hex8244790307311351f27
Octal2021041710607614653747
Binary1000001010001001111001011000011111000110011010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824479; }

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

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

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

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

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

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

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

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