Shades of Matrix #904844
Tints of Matrix #904844
RGB
CMYK
RGB Variations
Color information
#904844 (or 0x904844) is known color: Matrix. HEX triplet: 90, 48 and 44. RGB value is (144,72,68). Sum of RGB (Red+Green+Blue) = 144+72+68=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #904844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904844 is #6FB7BB. Grayscale: #5D5D5D. Windows color (decimal): -7321532 or 4475024. OLE color: 4475024.
HSL color Cylindrical-coordinate representation of color #904844: hue angle of 3.16º 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 #904844 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 72 | 68 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.44 |
| HSL | 3.16º | 0.36% | 0.42% | - |
| HSV(B) | 3.16º | 0.53% | 0.56% | - |
| XYZ | 14.86 | 10.98 | 6.81 | - |
| YUV | 93.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 72 | 68 | 0 | 0.50 | 0.53 | 0.44 | 3.16 | 0.36 | 0.42 |
| Hex | 90 | 48 | 44 | 0 | 32 | 35 | 2C | 3 | 24 | 2A |
| Octal | 220 | 110 | 104 | 0 | 62 | 65 | 54 | 3 | 44 | 52 |
| Binary | 10010000 | 1001000 | 1000100 | 0 | 110010 | 110101 | 101100 | 11 | 100100 | 101010 |
Color Harmonies of #904844
Complementary color
Monochromatic Colors of #904844
Black with #904844
Text Example
Text Example
White with #904844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904844; }
p { color: rgb(144,72,68); }
H1.HeaderClassName
{
color: #904844;
}
.AnyTagClassName
{
color: #904844;
}
</style>
background-color css
<style>
a { background-color: #904844; }
a { background-color: rgb(144,72,68); }
div.DivClassName
{
background-color: #904844;
}
.BgClassName
{
background-color: #904844;
}
</style>
border-color css
<style>
span { border-color: #904844; }
span { border-color: rgb(144,72,68); }
td.TdClassName
{
border-color: #904844;
}
.TagClassName
{
border-color: #904844;
}
</style>