Shades of Mojo #97443A
Tints of Mojo #97443A
RGB
CMYK
RGB Variations
Color information
#97443A (or 0x97443A) is known color: Mojo. HEX triplet: 97, 44 and 3A. RGB value is (151,68,58). Sum of RGB (Red+Green+Blue) = 151+68+58=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #97443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97443A is #68BBC5. Grayscale: #5B5B5B. Windows color (decimal): -6863814 or 3818647. OLE color: 3818647.
HSL color Cylindrical-coordinate representation of color #97443A: hue angle of 6.45º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97443A is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 68 | 58 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.41 |
| HSL | 6.45º | 0.44% | 0.41% | - |
| HSV(B) | 6.45º | 0.62% | 0.59% | - |
| XYZ | 15.59 | 11.02 | 5.31 | - |
| YUV | 91.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 68 | 58 | 0 | 0.55 | 0.62 | 0.41 | 6.45 | 0.44 | 0.41 |
| Hex | 97 | 44 | 3A | 0 | 37 | 3E | 29 | 6 | 2C | 29 |
| Octal | 227 | 104 | 72 | 0 | 67 | 76 | 51 | 6 | 54 | 51 |
| Binary | 10010111 | 1000100 | 111010 | 0 | 110111 | 111110 | 101001 | 110 | 101100 | 101001 |
Color Harmonies of #97443A
Complementary color
Monochromatic Colors of #97443A
Black with #97443A
Text Example
Text Example
White with #97443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97443A; }
p { color: rgb(151,68,58); }
H1.HeaderClassName
{
color: #97443A;
}
.AnyTagClassName
{
color: #97443A;
}
</style>
background-color css
<style>
a { background-color: #97443A; }
a { background-color: rgb(151,68,58); }
div.DivClassName
{
background-color: #97443A;
}
.BgClassName
{
background-color: #97443A;
}
</style>
border-color css
<style>
span { border-color: #97443A; }
span { border-color: rgb(151,68,58); }
td.TdClassName
{
border-color: #97443A;
}
.TagClassName
{
border-color: #97443A;
}
</style>