#844381

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

Shades of Trendy Pink #844381

Tints of Trendy Pink #844381

Color information

#844381 (or 0x844381) is unknown color: approx Trendy Pink. HEX triplet: 84, 43 and 81. RGB value is (132,67,129). Sum of RGB (Red+Green+Blue) = 132+67+129=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #844381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844381 is #7BBC7E. Grayscale: #5D5D5D. Windows color (decimal): -8109183 or 8471428. OLE color: 8471428.

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

Color convert

RGB13267129-
CMYK00.490.020.48
HSL302.77º32.66%39.02%-
HSV(B)302.77º49.24%51.76%-
XYZ15.4910.521.98-
YUV93.5148.03155.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 67 (26.56% from 255) = 20.43%
BLUE value IS 129 (50.78% from 255) = 39.33%
R=40.24%
G=20.43%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326712900.490.020.48302.7732.6639.02
Hex84438103123012f2127
Octal2041032010612604574147
Binary10000100100001110000001011000110110000100101111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844381; }

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

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

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

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

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

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

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

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