#844378

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

Shades of Trendy Pink #844378

Tints of Trendy Pink #844378

Color information

#844378 (or 0x844378) is unknown color: approx Trendy Pink. HEX triplet: 84, 43 and 78. RGB value is (132,67,120). Sum of RGB (Red+Green+Blue) = 132+67+120=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #844378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844378 is #7BBC87. Grayscale: #5C5C5C. Windows color (decimal): -8109192 or 7881604. OLE color: 7881604.

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

Color convert

RGB13267120-
CMYK00.490.090.48
HSL311.08º32.66%39.02%-
HSV(B)311.08º49.24%51.76%-
XYZ14.9110.2818.97-
YUV92.48143.53156.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=41.38%
G=21.00%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326712000.490.090.48311.0832.6639.02
Hex8443780319301372127
Octal20410317006111604674147
Binary100001001000011111100001100011001110000100110111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844378; }

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

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

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

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

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

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

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

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