Shades of Mandarian Orange #992422
Tints of Mandarian Orange #992422
RGB
CMYK
RGB Variations
Color information
#992422 (or 0x992422) is known color: Mandarian Orange. HEX triplet: 99, 24 and 22. RGB value is (153,36,34). Sum of RGB (Red+Green+Blue) = 153+36+34=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #992422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992422 is #66DBDD. Grayscale: #464646. Windows color (decimal): -6740958 or 2237593. OLE color: 2237593.
HSL color Cylindrical-coordinate representation of color #992422: hue angle of 1.01º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992422 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 36 | 34 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.4 |
| HSL | 1.01º | 0.64% | 0.37% | - |
| HSV(B) | 1.01º | 0.78% | 0.6% | - |
| XYZ | 14.06 | 8.15 | 2.35 | - |
| YUV | 70.76 | 107.26 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 36 | 34 | 0 | 0.76 | 0.78 | 0.4 | 1.01 | 0.64 | 0.37 |
| Hex | 99 | 24 | 22 | 0 | 4C | 4E | 28 | 1 | 40 | 25 |
| Octal | 231 | 44 | 42 | 0 | 114 | 116 | 50 | 1 | 100 | 45 |
| Binary | 10011001 | 100100 | 100010 | 0 | 1001100 | 1001110 | 101000 | 1 | 1000000 | 100101 |
Color Harmonies of #992422
Complementary color
Monochromatic Colors of #992422
Black with #992422
Text Example
Text Example
White with #992422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992422; }
p { color: rgb(153,36,34); }
H1.HeaderClassName
{
color: #992422;
}
.AnyTagClassName
{
color: #992422;
}
</style>
background-color css
<style>
a { background-color: #992422; }
a { background-color: rgb(153,36,34); }
div.DivClassName
{
background-color: #992422;
}
.BgClassName
{
background-color: #992422;
}
</style>
border-color css
<style>
span { border-color: #992422; }
span { border-color: rgb(153,36,34); }
td.TdClassName
{
border-color: #992422;
}
.TagClassName
{
border-color: #992422;
}
</style>