#844978

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

Shades of Trendy Pink #844978

Tints of Trendy Pink #844978

Color information

#844978 (or 0x844978) is unknown color: approx Trendy Pink. HEX triplet: 84, 49 and 78. RGB value is (132,73,120). Sum of RGB (Red+Green+Blue) = 132+73+120=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #844978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844978 is #7BB687. Grayscale: #5F5F5F. Windows color (decimal): -8107656 or 7883140. OLE color: 7883140.

HSL color Cylindrical-coordinate representation of color #844978: hue angle of 312.2º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #844978 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB13273120-
CMYK00.450.090.48
HSL312.2º28.78%40.2%-
HSV(B)312.2º44.7%51.76%-
XYZ15.2911.0319.09-
YUV96141.55153.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=40.62%
G=22.46%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327312000.450.090.48312.228.7840.2
Hex84497802D9301381d28
Octal20411117005511604703550
Binary10000100100100111110000101101100111000010011100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844978; }

 p { color: rgb(132,73,120); }

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

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

 a { background-color: rgb(132,73,120); }

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

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

 span { border-color: rgb(132,73,120); }

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