#824480

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

Shades of Trendy Pink #824480

Tints of Trendy Pink #824480

Color information

#824480 (or 0x824480) is unknown color: approx Trendy Pink. HEX triplet: 82, 44 and 80. RGB value is (130,68,128). Sum of RGB (Red+Green+Blue) = 130+68+128=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #824480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824480 is #7DBB7F. Grayscale: #5D5D5D. Windows color (decimal): -8240000 or 8406146. OLE color: 8406146.

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

Color convert

RGB13068128-
CMYK00.480.020.49
HSL301.94º31.31%38.82%-
HSV(B)301.94º47.69%50.98%-
XYZ15.1710.4421.64-
YUV93.38147.54154.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 128 (50.39% from 255) = 39.26%
R=39.88%
G=20.86%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306812800.480.020.49301.9431.3138.82
Hex82448003023112e1f27
Octal2021042000602614563747
Binary1000001010001001000000001100001011000110010111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824480; }

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

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

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

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

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

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

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

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