#904444

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

Shades of Matrix #904444

Tints of Matrix #904444

Color information

#904444 (or 0x904444) is unknown color: approx Matrix. HEX triplet: 90, 44 and 44. RGB value is (144,68,68). Sum of RGB (Red+Green+Blue) = 144+68+68=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #904444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904444 is #6FBBBB. Grayscale: #5A5A5A. Windows color (decimal): -7322556 or 4474000. OLE color: 4474000.

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

Color convert

RGB1446868-
CMYK00.530.530.44
HSL35.85%41.57%-
HSV(B)52.78%56.47%-
XYZ14.6110.486.72-
YUV90.72115.18166-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.43%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 68 (26.95% from 255) = 24.29%
R=51.43%
G=24.29%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144686800.530.530.44035.8541.57
Hex904444035352C0242a
Octal220104104065655404452
Binary100100001000100100010001101011101011011000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904444; }

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

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

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

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

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

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

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

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