Shades of Mandarian Orange #992009
Tints of Mandarian Orange #992009
RGB
CMYK
RGB Variations
Color information
#992009 (or 0x992009) is known color: Mandarian Orange. HEX triplet: 99, 20 and 09. RGB value is (153,32,9). Sum of RGB (Red+Green+Blue) = 153+32+9=194 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.87% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 153 - color contains mainly: red. Hex color #992009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992009 is #66DFF6. Grayscale: #414141. Windows color (decimal): -6742007 or 598169. OLE color: 598169.
HSL color Cylindrical-coordinate representation of color #992009: hue angle of 9.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #992009 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 32 | 9 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.4 |
| HSL | 9.58º | 0.89% | 0.32% | - |
| HSV(B) | 9.58º | 0.94% | 0.6% | - |
| XYZ | 13.7 | 7.83 | 1.05 | - |
| YUV | 65.56 | 96.09 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 9 | 0 | 0.79 | 0.94 | 0.4 | 9.58 | 0.89 | 0.32 |
| Hex | 99 | 20 | 9 | 0 | 4F | 5E | 28 | A | 59 | 20 |
| Octal | 231 | 40 | 11 | 0 | 117 | 136 | 50 | 12 | 131 | 40 |
| Binary | 10011001 | 100000 | 1001 | 0 | 1001111 | 1011110 | 101000 | 1010 | 1011001 | 100000 |
Color Harmonies of #992009
Complementary color
Monochromatic Colors of #992009
Black with #992009
Text Example
Text Example
White with #992009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992009; }
p { color: rgb(153,32,9); }
H1.HeaderClassName
{
color: #992009;
}
.AnyTagClassName
{
color: #992009;
}
</style>
background-color css
<style>
a { background-color: #992009; }
a { background-color: rgb(153,32,9); }
div.DivClassName
{
background-color: #992009;
}
.BgClassName
{
background-color: #992009;
}
</style>
border-color css
<style>
span { border-color: #992009; }
span { border-color: rgb(153,32,9); }
td.TdClassName
{
border-color: #992009;
}
.TagClassName
{
border-color: #992009;
}
</style>