Shades of Mojo #904240
Tints of Mojo #904240
RGB
CMYK
RGB Variations
Color information
#904240 (or 0x904240) is known color: Mojo. HEX triplet: 90, 42 and 40. RGB value is (144,66,64). Sum of RGB (Red+Green+Blue) = 144+66+64=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #904240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904240 is #6FBDBF. Grayscale: #595959. Windows color (decimal): -7323072 or 4211344. OLE color: 4211344.
HSL color Cylindrical-coordinate representation of color #904240: hue angle of 1.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904240 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 66 | 64 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.44 |
| HSL | 1.5º | 0.38% | 0.41% | - |
| HSV(B) | 1.5º | 0.56% | 0.56% | - |
| XYZ | 14.38 | 10.2 | 6.06 | - |
| YUV | 89.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 66 | 64 | 0 | 0.54 | 0.56 | 0.44 | 1.5 | 0.38 | 0.41 |
| Hex | 90 | 42 | 40 | 0 | 36 | 38 | 2C | 2 | 26 | 29 |
| Octal | 220 | 102 | 100 | 0 | 66 | 70 | 54 | 2 | 46 | 51 |
| Binary | 10010000 | 1000010 | 1000000 | 0 | 110110 | 111000 | 101100 | 10 | 100110 | 101001 |
Color Harmonies of #904240
Complementary color
Monochromatic Colors of #904240
Black with #904240
Text Example
Text Example
White with #904240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904240; }
p { color: rgb(144,66,64); }
H1.HeaderClassName
{
color: #904240;
}
.AnyTagClassName
{
color: #904240;
}
</style>
background-color css
<style>
a { background-color: #904240; }
a { background-color: rgb(144,66,64); }
div.DivClassName
{
background-color: #904240;
}
.BgClassName
{
background-color: #904240;
}
</style>
border-color css
<style>
span { border-color: #904240; }
span { border-color: rgb(144,66,64); }
td.TdClassName
{
border-color: #904240;
}
.TagClassName
{
border-color: #904240;
}
</style>