#904449

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

Shades of Solid Pink #904449

Tints of Solid Pink #904449

Color information

#904449 (or 0x904449) is unknown color: approx Solid Pink. HEX triplet: 90, 44 and 49. RGB value is (144,68,73). Sum of RGB (Red+Green+Blue) = 144+68+73=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #904449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904449 is #6FBBB6. Grayscale: #5B5B5B. Windows color (decimal): -7322551 or 4801680. OLE color: 4801680.

HSL color Cylindrical-coordinate representation of color #904449: hue angle of 356.05º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904449 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB1446873-
CMYK00.530.490.44
HSL356.05º35.85%41.57%-
HSV(B)356.05º52.78%56.47%-
XYZ14.7710.547.56-
YUV91.29117.68165.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.53%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=50.53%
G=23.86%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144687300.530.490.44356.0535.8541.57
Hex904449035312C164242a
Octal22010411106561545444452
Binary10010000100010010010010110101110001101100101100100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904449; }

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

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

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

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

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

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

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

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