#844481

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

Shades of Trendy Pink #844481

Tints of Trendy Pink #844481

Color information

#844481 (or 0x844481) is unknown color: approx Trendy Pink. HEX triplet: 84, 44 and 81. RGB value is (132,68,129). Sum of RGB (Red+Green+Blue) = 132+68+129=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #844481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844481 is #7BBB7E. Grayscale: #5D5D5D. Windows color (decimal): -8108927 or 8471684. OLE color: 8471684.

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

Color convert

RGB13268129-
CMYK00.480.020.48
HSL302.81º32%39.22%-
HSV(B)302.81º48.48%51.76%-
XYZ15.5510.6222-
YUV94.09147.7155.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 129 (50.78% from 255) = 39.21%
R=40.12%
G=20.67%
B=39.21%

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
Decimal1326812900.480.020.48302.813239.22
Hex84448103023012f2027
Octal2041042010602604574047
Binary10000100100010010000001011000010110000100101111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844481; }

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

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

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

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

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

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

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

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