Shades of Mojo #94473F
Tints of Mojo #94473F
RGB
CMYK
RGB Variations
Color information
#94473F (or 0x94473F) is known color: Mojo. HEX triplet: 94, 47 and 3F. RGB value is (148,71,63). Sum of RGB (Red+Green+Blue) = 148+71+63=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #94473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94473F is #6BB8C0. Grayscale: #5D5D5D. Windows color (decimal): -7059649 or 4147092. OLE color: 4147092.
HSL color Cylindrical-coordinate representation of color #94473F: hue angle of 5.65º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94473F is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 71 | 63 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.42 |
| HSL | 5.65º | 0.4% | 0.41% | - |
| HSV(B) | 5.65º | 0.57% | 0.58% | - |
| XYZ | 15.36 | 11.16 | 6.05 | - |
| YUV | 93.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 71 | 63 | 0 | 0.52 | 0.57 | 0.42 | 5.65 | 0.4 | 0.41 |
| Hex | 94 | 47 | 3F | 0 | 34 | 39 | 2A | 6 | 28 | 29 |
| Octal | 224 | 107 | 77 | 0 | 64 | 71 | 52 | 6 | 50 | 51 |
| Binary | 10010100 | 1000111 | 111111 | 0 | 110100 | 111001 | 101010 | 110 | 101000 | 101001 |
Color Harmonies of #94473F
Complementary color
Monochromatic Colors of #94473F
Black with #94473F
Text Example
Text Example
White with #94473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94473F; }
p { color: rgb(148,71,63); }
H1.HeaderClassName
{
color: #94473F;
}
.AnyTagClassName
{
color: #94473F;
}
</style>
background-color css
<style>
a { background-color: #94473F; }
a { background-color: rgb(148,71,63); }
div.DivClassName
{
background-color: #94473F;
}
.BgClassName
{
background-color: #94473F;
}
</style>
border-color css
<style>
span { border-color: #94473F; }
span { border-color: rgb(148,71,63); }
td.TdClassName
{
border-color: #94473F;
}
.TagClassName
{
border-color: #94473F;
}
</style>