Shades of Mandarian Orange #992210
Tints of Mandarian Orange #992210
RGB
CMYK
RGB Variations
Color information
#992210 (or 0x992210) is known color: Mandarian Orange. HEX triplet: 99, 22 and 10. RGB value is (153,34,16). Sum of RGB (Red+Green+Blue) = 153+34+16=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #992210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992210 is #66DDEF. Grayscale: #434343. Windows color (decimal): -6741488 or 1057433. OLE color: 1057433.
HSL color Cylindrical-coordinate representation of color #992210: hue angle of 7.88º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #992210 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 34 | 16 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.4 |
| HSL | 7.88º | 0.81% | 0.33% | - |
| HSV(B) | 7.88º | 0.9% | 0.6% | - |
| XYZ | 13.8 | 7.95 | 1.3 | - |
| YUV | 67.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 16 | 0 | 0.78 | 0.90 | 0.4 | 7.88 | 0.81 | 0.33 |
| Hex | 99 | 22 | 10 | 0 | 4E | 5A | 28 | 8 | 51 | 21 |
| Octal | 231 | 42 | 20 | 0 | 116 | 132 | 50 | 10 | 121 | 41 |
| Binary | 10011001 | 100010 | 10000 | 0 | 1001110 | 1011010 | 101000 | 1000 | 1010001 | 100001 |
Color Harmonies of #992210
Complementary color
Monochromatic Colors of #992210
Black with #992210
Text Example
Text Example
White with #992210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992210; }
p { color: rgb(153,34,16); }
H1.HeaderClassName
{
color: #992210;
}
.AnyTagClassName
{
color: #992210;
}
</style>
background-color css
<style>
a { background-color: #992210; }
a { background-color: rgb(153,34,16); }
div.DivClassName
{
background-color: #992210;
}
.BgClassName
{
background-color: #992210;
}
</style>
border-color css
<style>
span { border-color: #992210; }
span { border-color: rgb(153,34,16); }
td.TdClassName
{
border-color: #992210;
}
.TagClassName
{
border-color: #992210;
}
</style>