#824481

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

Shades of Trendy Pink #824481

Tints of Trendy Pink #824481

Color information

#824481 (or 0x824481) is unknown color: approx Trendy Pink. HEX triplet: 82, 44 and 81. RGB value is (130,68,129). Sum of RGB (Red+Green+Blue) = 130+68+129=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #824481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824481 is #7DBB7E. Grayscale: #5D5D5D. Windows color (decimal): -8239999 or 8471682. OLE color: 8471682.

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

Color convert

RGB13068129-
CMYK00.480.010.49
HSL300.97º31.31%38.82%-
HSV(B)300.97º47.69%50.98%-
XYZ15.2410.4721.99-
YUV93.49148.04154.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 129 (50.78% from 255) = 39.45%
R=39.76%
G=20.80%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306812900.480.010.49300.9731.3138.82
Hex82448103013112d1f27
Octal2021042010601614553747
Binary100000101000100100000010110000111000110010110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824481; }

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

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

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

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

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

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

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

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