Shades of Mandarian Orange #922112
Tints of Mandarian Orange #922112
RGB
CMYK
RGB Variations
Color information
#922112 (or 0x922112) is known color: Mandarian Orange. HEX triplet: 92, 21 and 12. RGB value is (146,33,18). Sum of RGB (Red+Green+Blue) = 146+33+18=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #922112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922112 is #6DDEED. Grayscale: #414141. Windows color (decimal): -7200494 or 1188242. OLE color: 1188242.
HSL color Cylindrical-coordinate representation of color #922112: hue angle of 7.03º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #922112 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 33 | 18 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.43 |
| HSL | 7.03º | 0.78% | 0.32% | - |
| HSV(B) | 7.03º | 0.88% | 0.57% | - |
| XYZ | 12.51 | 7.24 | 1.31 | - |
| YUV | 65.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 18 | 0 | 0.77 | 0.88 | 0.43 | 7.03 | 0.78 | 0.32 |
| Hex | 92 | 21 | 12 | 0 | 4D | 58 | 2B | 7 | 4E | 20 |
| Octal | 222 | 41 | 22 | 0 | 115 | 130 | 53 | 7 | 116 | 40 |
| Binary | 10010010 | 100001 | 10010 | 0 | 1001101 | 1011000 | 101011 | 111 | 1001110 | 100000 |
Color Harmonies of #922112
Complementary color
Monochromatic Colors of #922112
Black with #922112
Text Example
Text Example
White with #922112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922112; }
p { color: rgb(146,33,18); }
H1.HeaderClassName
{
color: #922112;
}
.AnyTagClassName
{
color: #922112;
}
</style>
background-color css
<style>
a { background-color: #922112; }
a { background-color: rgb(146,33,18); }
div.DivClassName
{
background-color: #922112;
}
.BgClassName
{
background-color: #922112;
}
</style>
border-color css
<style>
span { border-color: #922112; }
span { border-color: rgb(146,33,18); }
td.TdClassName
{
border-color: #922112;
}
.TagClassName
{
border-color: #922112;
}
</style>