#844449

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

Shades of Solid Pink #844449

Tints of Solid Pink #844449

Color information

#844449 (or 0x844449) is unknown color: approx Solid Pink. HEX triplet: 84, 44 and 49. RGB value is (132,68,73). Sum of RGB (Red+Green+Blue) = 132+68+73=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #844449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844449 is #7BBBB6. Grayscale: #575757. Windows color (decimal): -8108983 or 4801668. OLE color: 4801668.

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

Color convert

RGB1326873-
CMYK00.480.450.48
HSL355.31º32%39.22%-
HSV(B)355.31º48.48%51.76%-
XYZ12.799.527.47-
YUV87.71119.7159.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=48.35%
G=24.91%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132687300.480.450.48355.313239.22
Hex8444490302D301632027
Octal20410411106055605434047
Binary10000100100010010010010110000101101110000101100011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844449; }

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

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

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

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

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

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

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

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