Shades of Mandarian Orange #942211
Tints of Mandarian Orange #942211
RGB
CMYK
RGB Variations
Color information
#942211 (or 0x942211) is known color: Mandarian Orange. HEX triplet: 94, 22 and 11. RGB value is (148,34,17). Sum of RGB (Red+Green+Blue) = 148+34+17=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #942211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942211 is #6BDDEE. Grayscale: #424242. Windows color (decimal): -7069167 or 1122964. OLE color: 1122964.
HSL color Cylindrical-coordinate representation of color #942211: hue angle of 7.79º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #942211 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 34 | 17 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.42 |
| HSL | 7.79º | 0.79% | 0.32% | - |
| HSV(B) | 7.79º | 0.89% | 0.58% | - |
| XYZ | 12.89 | 7.48 | 1.3 | - |
| YUV | 66.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 34 | 17 | 0 | 0.77 | 0.89 | 0.42 | 7.79 | 0.79 | 0.32 |
| Hex | 94 | 22 | 11 | 0 | 4D | 59 | 2A | 8 | 4F | 20 |
| Octal | 224 | 42 | 21 | 0 | 115 | 131 | 52 | 10 | 117 | 40 |
| Binary | 10010100 | 100010 | 10001 | 0 | 1001101 | 1011001 | 101010 | 1000 | 1001111 | 100000 |
Color Harmonies of #942211
Complementary color
Monochromatic Colors of #942211
Black with #942211
Text Example
Text Example
White with #942211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942211; }
p { color: rgb(148,34,17); }
H1.HeaderClassName
{
color: #942211;
}
.AnyTagClassName
{
color: #942211;
}
</style>
background-color css
<style>
a { background-color: #942211; }
a { background-color: rgb(148,34,17); }
div.DivClassName
{
background-color: #942211;
}
.BgClassName
{
background-color: #942211;
}
</style>
border-color css
<style>
span { border-color: #942211; }
span { border-color: rgb(148,34,17); }
td.TdClassName
{
border-color: #942211;
}
.TagClassName
{
border-color: #942211;
}
</style>