#844D81

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

Shades of Trendy Pink #844D81

Tints of Trendy Pink #844D81

Color information

#844D81 (or 0x844D81) is unknown color: approx Trendy Pink. HEX triplet: 84, 4D and 81. RGB value is (132,77,129). Sum of RGB (Red+Green+Blue) = 132+77+129=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #844D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844D81 is #7BB27E. Grayscale: #636363. Windows color (decimal): -8106623 or 8473988. OLE color: 8473988.

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

Color convert

RGB13277129-
CMYK00.420.020.48
HSL303.27º26.32%40.98%-
HSV(B)303.27º41.67%51.76%-
XYZ16.1311.822.2-
YUV99.37144.72151.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 129 (50.78% from 255) = 38.17%
R=39.05%
G=22.78%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327712900.420.020.48303.2726.3240.98
Hex844D8102A23012f1a29
Octal2041152010522604573251
Binary1000010010011011000000101010101011000010010111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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