Shades of Mandarian Orange #992113
Tints of Mandarian Orange #992113
RGB
CMYK
RGB Variations
Color information
#992113 (or 0x992113) is known color: Mandarian Orange. HEX triplet: 99, 21 and 13. RGB value is (153,33,19). Sum of RGB (Red+Green+Blue) = 153+33+19=205 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.63% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 153 - color contains mainly: red. Hex color #992113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992113 is #66DEEC. Grayscale: #434343. Windows color (decimal): -6741741 or 1253785. OLE color: 1253785.
HSL color Cylindrical-coordinate representation of color #992113: hue angle of 6.27º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #992113 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 19 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.4 |
| HSL | 6.27º | 0.78% | 0.34% | - |
| HSV(B) | 6.27º | 0.88% | 0.6% | - |
| XYZ | 13.8 | 7.91 | 1.42 | - |
| YUV | 67.28 | 100.76 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 19 | 0 | 0.78 | 0.88 | 0.4 | 6.27 | 0.78 | 0.34 |
| Hex | 99 | 21 | 13 | 0 | 4E | 58 | 28 | 6 | 4E | 22 |
| Octal | 231 | 41 | 23 | 0 | 116 | 130 | 50 | 6 | 116 | 42 |
| Binary | 10011001 | 100001 | 10011 | 0 | 1001110 | 1011000 | 101000 | 110 | 1001110 | 100010 |
Color Harmonies of #992113
Complementary color
Monochromatic Colors of #992113
Black with #992113
Text Example
Text Example
White with #992113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992113; }
p { color: rgb(153,33,19); }
H1.HeaderClassName
{
color: #992113;
}
.AnyTagClassName
{
color: #992113;
}
</style>
background-color css
<style>
a { background-color: #992113; }
a { background-color: rgb(153,33,19); }
div.DivClassName
{
background-color: #992113;
}
.BgClassName
{
background-color: #992113;
}
</style>
border-color css
<style>
span { border-color: #992113; }
span { border-color: rgb(153,33,19); }
td.TdClassName
{
border-color: #992113;
}
.TagClassName
{
border-color: #992113;
}
</style>