Shades of Mojo #99463B
Tints of Mojo #99463B
RGB
CMYK
RGB Variations
Color information
#99463B (or 0x99463B) is known color: Mojo. HEX triplet: 99, 46 and 3B. RGB value is (153,70,59). Sum of RGB (Red+Green+Blue) = 153+70+59=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99463B is #66B9C4. Grayscale: #5D5D5D. Windows color (decimal): -6732229 or 3884697. OLE color: 3884697.
HSL color Cylindrical-coordinate representation of color #99463B: hue angle of 7.02º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99463B is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 59 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.4 |
| HSL | 7.02º | 0.44% | 0.42% | - |
| HSV(B) | 7.02º | 0.61% | 0.6% | - |
| XYZ | 16.12 | 11.47 | 5.5 | - |
| YUV | 93.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 59 | 0 | 0.54 | 0.61 | 0.4 | 7.02 | 0.44 | 0.42 |
| Hex | 99 | 46 | 3B | 0 | 36 | 3D | 28 | 7 | 2C | 2A |
| Octal | 231 | 106 | 73 | 0 | 66 | 75 | 50 | 7 | 54 | 52 |
| Binary | 10011001 | 1000110 | 111011 | 0 | 110110 | 111101 | 101000 | 111 | 101100 | 101010 |
Color Harmonies of #99463B
Complementary color
Monochromatic Colors of #99463B
Black with #99463B
Text Example
Text Example
White with #99463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99463B; }
p { color: rgb(153,70,59); }
H1.HeaderClassName
{
color: #99463B;
}
.AnyTagClassName
{
color: #99463B;
}
</style>
background-color css
<style>
a { background-color: #99463B; }
a { background-color: rgb(153,70,59); }
div.DivClassName
{
background-color: #99463B;
}
.BgClassName
{
background-color: #99463B;
}
</style>
border-color css
<style>
span { border-color: #99463B; }
span { border-color: rgb(153,70,59); }
td.TdClassName
{
border-color: #99463B;
}
.TagClassName
{
border-color: #99463B;
}
</style>