#844482

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

Shades of Trendy Pink #844482

Tints of Trendy Pink #844482

Color information

#844482 (or 0x844482) is unknown color: approx Trendy Pink. HEX triplet: 84, 44 and 82. RGB value is (132,68,130). Sum of RGB (Red+Green+Blue) = 132+68+130=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #844482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844482 is #7BBB7D. Grayscale: #5E5E5E. Windows color (decimal): -8108926 or 8537220. OLE color: 8537220.

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

Color convert

RGB13268130-
CMYK00.480.020.48
HSL301.88º32%39.22%-
HSV(B)301.88º48.48%51.76%-
XYZ15.6110.6522.35-
YUV94.2148.2154.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 68 (26.95% from 255) = 20.61%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=40%
G=20.61%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326813000.480.020.48301.883239.22
Hex84448203023012e2027
Octal2041042020602604564047
Binary10000100100010010000010011000010110000100101110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844482; }

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

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

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

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

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

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

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

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