#904447

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

Shades of Solid Pink #904447

Tints of Solid Pink #904447

Color information

#904447 (or 0x904447) is unknown color: approx Solid Pink. HEX triplet: 90, 44 and 47. RGB value is (144,68,71). Sum of RGB (Red+Green+Blue) = 144+68+71=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #904447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904447 is #6FBBB8. Grayscale: #5B5B5B. Windows color (decimal): -7322553 or 4670608. OLE color: 4670608.

HSL color Cylindrical-coordinate representation of color #904447: hue angle of 357.63º 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 #904447 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB1446871-
CMYK00.530.510.44
HSL357.63º35.85%41.57%-
HSV(B)357.63º52.78%56.47%-
XYZ14.7110.527.22-
YUV91.07116.68165.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.88%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 71 (28.12% from 255) = 25.09%
R=50.88%
G=24.03%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144687100.530.510.44357.6335.8541.57
Hex904447035332C166242a
Octal22010410706563545464452
Binary10010000100010010001110110101110011101100101100110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904447; }

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

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

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

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

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

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

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

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