#844478

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

Shades of Trendy Pink #844478

Tints of Trendy Pink #844478

Color information

#844478 (or 0x844478) is unknown color: approx Trendy Pink. HEX triplet: 84, 44 and 78. RGB value is (132,68,120). Sum of RGB (Red+Green+Blue) = 132+68+120=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #844478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844478 is #7BBB87. Grayscale: #5C5C5C. Windows color (decimal): -8108936 or 7881860. OLE color: 7881860.

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

Color convert

RGB13268120-
CMYK00.480.090.48
HSL311.25º32%39.22%-
HSV(B)311.25º48.48%51.76%-
XYZ14.9710.418.99-
YUV93.06143.2155.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 120 (47.27% from 255) = 37.5%
R=41.25%
G=21.25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326812000.480.090.48311.253239.22
Hex8444780309301372027
Octal20410417006011604674047
Binary100001001000100111100001100001001110000100110111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844478; }

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

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

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

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

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

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

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

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