Shades of Mojo #90413A
Tints of Mojo #90413A
RGB
CMYK
RGB Variations
Color information
#90413A (or 0x90413A) is known color: Mojo. HEX triplet: 90, 41 and 3A. RGB value is (144,65,58). Sum of RGB (Red+Green+Blue) = 144+65+58=267 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.93% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 144 - color contains mainly: red. Hex color #90413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90413A is #6FBEC5. Grayscale: #575757. Windows color (decimal): -7323334 or 3817872. OLE color: 3817872.
HSL color Cylindrical-coordinate representation of color #90413A: hue angle of 4.88º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90413A is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 58 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.44 |
| HSL | 4.88º | 0.43% | 0.4% | - |
| HSV(B) | 4.88º | 0.6% | 0.56% | - |
| XYZ | 14.16 | 10.02 | 5.19 | - |
| YUV | 87.82 | 111.17 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 58 | 0 | 0.55 | 0.60 | 0.44 | 4.88 | 0.43 | 0.4 |
| Hex | 90 | 41 | 3A | 0 | 37 | 3C | 2C | 5 | 2B | 28 |
| Octal | 220 | 101 | 72 | 0 | 67 | 74 | 54 | 5 | 53 | 50 |
| Binary | 10010000 | 1000001 | 111010 | 0 | 110111 | 111100 | 101100 | 101 | 101011 | 101000 |
Color Harmonies of #90413A
Complementary color
Monochromatic Colors of #90413A
Black with #90413A
Text Example
Text Example
White with #90413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90413A; }
p { color: rgb(144,65,58); }
H1.HeaderClassName
{
color: #90413A;
}
.AnyTagClassName
{
color: #90413A;
}
</style>
background-color css
<style>
a { background-color: #90413A; }
a { background-color: rgb(144,65,58); }
div.DivClassName
{
background-color: #90413A;
}
.BgClassName
{
background-color: #90413A;
}
</style>
border-color css
<style>
span { border-color: #90413A; }
span { border-color: rgb(144,65,58); }
td.TdClassName
{
border-color: #90413A;
}
.TagClassName
{
border-color: #90413A;
}
</style>