#844B83

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

Shades of Trendy Pink #844B83

Tints of Trendy Pink #844B83

Color information

#844B83 (or 0x844B83) is unknown color: approx Trendy Pink. HEX triplet: 84, 4B and 83. RGB value is (132,75,131). Sum of RGB (Red+Green+Blue) = 132+75+131=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #844B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844B83 is #7BB47C. Grayscale: #626262. Windows color (decimal): -8107133 or 8604548. OLE color: 8604548.

HSL color Cylindrical-coordinate representation of color #844B83: hue angle of 301.05º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #844B83 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13275131-
CMYK00.430.010.48
HSL301.05º27.54%40.59%-
HSV(B)301.05º43.18%51.76%-
XYZ16.1311.5822.86-
YUV98.43146.38151.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=39.05%
G=22.19%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327513100.430.010.48301.0527.5440.59
Hex844B8302B13012d1c29
Octal2041132030531604553451
Binary100001001001011100000110101011111000010010110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844B83; }

 p { color: rgb(132,75,131); }

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

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

 a { background-color: rgb(132,75,131); }

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

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

 span { border-color: rgb(132,75,131); }

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