Shades of Mandarian Orange #9A1D10
Tints of Mandarian Orange #9A1D10
RGB
CMYK
RGB Variations
Color information
#9A1D10 (or 0x9A1D10) is known color: Mandarian Orange. HEX triplet: 9A, 1D and 10. RGB value is (154,29,16). Sum of RGB (Red+Green+Blue) = 154+29+16=199 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77.39% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1D10 is #65E2EF. Grayscale: #414141. Windows color (decimal): -6677232 or 1056154. OLE color: 1056154.
HSL color Cylindrical-coordinate representation of color #9A1D10: hue angle of 5.65º 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 #9A1D10 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 29 | 16 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.40 |
| HSL | 5.65º | 0.81% | 0.33% | - |
| HSV(B) | 5.65º | 0.9% | 0.6% | - |
| XYZ | 13.86 | 7.79 | 1.26 | - |
| YUV | 64.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 16 | 0 | 0.81 | 0.90 | 0.40 | 5.65 | 0.81 | 0.33 |
| Hex | 9A | 1D | 10 | 0 | 51 | 5A | 28 | 6 | 51 | 21 |
| Octal | 232 | 35 | 20 | 0 | 121 | 132 | 50 | 6 | 121 | 41 |
| Binary | 10011010 | 11101 | 10000 | 0 | 1010001 | 1011010 | 101000 | 110 | 1010001 | 100001 |
Color Harmonies of #9A1D10
Complementary color
Monochromatic Colors of #9A1D10
Black with #9A1D10
Text Example
Text Example
White with #9A1D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1D10; }
p { color: rgb(154,29,16); }
H1.HeaderClassName
{
color: #9A1D10;
}
.AnyTagClassName
{
color: #9A1D10;
}
</style>
background-color css
<style>
a { background-color: #9A1D10; }
a { background-color: rgb(154,29,16); }
div.DivClassName
{
background-color: #9A1D10;
}
.BgClassName
{
background-color: #9A1D10;
}
</style>
border-color css
<style>
span { border-color: #9A1D10; }
span { border-color: rgb(154,29,16); }
td.TdClassName
{
border-color: #9A1D10;
}
.TagClassName
{
border-color: #9A1D10;
}
</style>