Shades of Mojo #98433A
Tints of Mojo #98433A
RGB
CMYK
RGB Variations
Color information
#98433A (or 0x98433A) is known color: Mojo. HEX triplet: 98, 43 and 3A. RGB value is (152,67,58). Sum of RGB (Red+Green+Blue) = 152+67+58=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98433A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98433A is #67BCC5. Grayscale: #5B5B5B. Windows color (decimal): -6798534 or 3818392. OLE color: 3818392.
HSL color Cylindrical-coordinate representation of color #98433A: hue angle of 5.74º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98433A is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 58 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.40 |
| HSL | 5.74º | 0.45% | 0.41% | - |
| HSV(B) | 5.74º | 0.62% | 0.6% | - |
| XYZ | 15.72 | 11 | 5.3 | - |
| YUV | 91.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 58 | 0 | 0.56 | 0.62 | 0.40 | 5.74 | 0.45 | 0.41 |
| Hex | 98 | 43 | 3A | 0 | 38 | 3E | 28 | 6 | 2D | 29 |
| Octal | 230 | 103 | 72 | 0 | 70 | 76 | 50 | 6 | 55 | 51 |
| Binary | 10011000 | 1000011 | 111010 | 0 | 111000 | 111110 | 101000 | 110 | 101101 | 101001 |
Color Harmonies of #98433A
Complementary color
Monochromatic Colors of #98433A
Black with #98433A
Text Example
Text Example
White with #98433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98433A; }
p { color: rgb(152,67,58); }
H1.HeaderClassName
{
color: #98433A;
}
.AnyTagClassName
{
color: #98433A;
}
</style>
background-color css
<style>
a { background-color: #98433A; }
a { background-color: rgb(152,67,58); }
div.DivClassName
{
background-color: #98433A;
}
.BgClassName
{
background-color: #98433A;
}
</style>
border-color css
<style>
span { border-color: #98433A; }
span { border-color: rgb(152,67,58); }
td.TdClassName
{
border-color: #98433A;
}
.TagClassName
{
border-color: #98433A;
}
</style>