Shades of Mojo #98453B
Tints of Mojo #98453B
RGB
CMYK
RGB Variations
Color information
#98453B (or 0x98453B) is known color: Mojo. HEX triplet: 98, 45 and 3B. RGB value is (152,69,59). Sum of RGB (Red+Green+Blue) = 152+69+59=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98453B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98453B is #67BAC4. Grayscale: #5C5C5C. Windows color (decimal): -6798021 or 3884440. OLE color: 3884440.
HSL color Cylindrical-coordinate representation of color #98453B: hue angle of 6.45º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98453B is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 59 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.40 |
| HSL | 6.45º | 0.44% | 0.41% | - |
| HSV(B) | 6.45º | 0.61% | 0.6% | - |
| XYZ | 15.87 | 11.25 | 5.47 | - |
| YUV | 92.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 59 | 0 | 0.55 | 0.61 | 0.40 | 6.45 | 0.44 | 0.41 |
| Hex | 98 | 45 | 3B | 0 | 37 | 3D | 28 | 6 | 2C | 29 |
| Octal | 230 | 105 | 73 | 0 | 67 | 75 | 50 | 6 | 54 | 51 |
| Binary | 10011000 | 1000101 | 111011 | 0 | 110111 | 111101 | 101000 | 110 | 101100 | 101001 |
Color Harmonies of #98453B
Complementary color
Monochromatic Colors of #98453B
Black with #98453B
Text Example
Text Example
White with #98453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98453B; }
p { color: rgb(152,69,59); }
H1.HeaderClassName
{
color: #98453B;
}
.AnyTagClassName
{
color: #98453B;
}
</style>
background-color css
<style>
a { background-color: #98453B; }
a { background-color: rgb(152,69,59); }
div.DivClassName
{
background-color: #98453B;
}
.BgClassName
{
background-color: #98453B;
}
</style>
border-color css
<style>
span { border-color: #98453B; }
span { border-color: rgb(152,69,59); }
td.TdClassName
{
border-color: #98453B;
}
.TagClassName
{
border-color: #98453B;
}
</style>