Shades of Mandarian Orange #9A1811
Tints of Mandarian Orange #9A1811
RGB
CMYK
RGB Variations
Color information
#9A1811 (or 0x9A1811) is known color: Mandarian Orange. HEX triplet: 9A, 18 and 11. RGB value is (154,24,17). Sum of RGB (Red+Green+Blue) = 154+24+17=195 (25% of max value = 765). Red value is 154 (60.55% from 255 or 78.97% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1811 is #65E7EE. Grayscale: #3E3E3E. Windows color (decimal): -6678511 or 1120410. OLE color: 1120410.
HSL color Cylindrical-coordinate representation of color #9A1811: hue angle of 3.07º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A1811 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 24 | 17 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.40 |
| HSL | 3.07º | 0.8% | 0.34% | - |
| HSV(B) | 3.07º | 0.89% | 0.6% | - |
| XYZ | 13.75 | 7.56 | 1.27 | - |
| YUV | 62.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 24 | 17 | 0 | 0.84 | 0.89 | 0.40 | 3.07 | 0.8 | 0.34 |
| Hex | 9A | 18 | 11 | 0 | 54 | 59 | 28 | 3 | 50 | 22 |
| Octal | 232 | 30 | 21 | 0 | 124 | 131 | 50 | 3 | 120 | 42 |
| Binary | 10011010 | 11000 | 10001 | 0 | 1010100 | 1011001 | 101000 | 11 | 1010000 | 100010 |
Color Harmonies of #9A1811
Complementary color
Monochromatic Colors of #9A1811
Black with #9A1811
Text Example
Text Example
White with #9A1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1811; }
p { color: rgb(154,24,17); }
H1.HeaderClassName
{
color: #9A1811;
}
.AnyTagClassName
{
color: #9A1811;
}
</style>
background-color css
<style>
a { background-color: #9A1811; }
a { background-color: rgb(154,24,17); }
div.DivClassName
{
background-color: #9A1811;
}
.BgClassName
{
background-color: #9A1811;
}
</style>
border-color css
<style>
span { border-color: #9A1811; }
span { border-color: rgb(154,24,17); }
td.TdClassName
{
border-color: #9A1811;
}
.TagClassName
{
border-color: #9A1811;
}
</style>