Shades of Mandarian Orange #9A1310
Tints of Mandarian Orange #9A1310
RGB
CMYK
RGB Variations
Color information
#9A1310 (or 0x9A1310) is known color: Mandarian Orange. HEX triplet: 9A, 13 and 10. RGB value is (154,19,16). Sum of RGB (Red+Green+Blue) = 154+19+16=189 (25% of max value = 765). Red value is 154 (60.55% from 255 or 81.48% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1310 is #65ECEF. Grayscale: #3B3B3B. Windows color (decimal): -6679792 or 1053594. OLE color: 1053594.
HSL color Cylindrical-coordinate representation of color #9A1310: hue angle of 1.3º 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 #9A1310 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 16 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.40 |
| HSL | 1.3º | 0.81% | 0.33% | - |
| HSV(B) | 1.3º | 0.9% | 0.6% | - |
| XYZ | 13.65 | 7.37 | 1.19 | - |
| YUV | 59.02 | 103.73 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 16 | 0 | 0.88 | 0.90 | 0.40 | 1.3 | 0.81 | 0.33 |
| Hex | 9A | 13 | 10 | 0 | 58 | 5A | 28 | 1 | 51 | 21 |
| Octal | 232 | 23 | 20 | 0 | 130 | 132 | 50 | 1 | 121 | 41 |
| Binary | 10011010 | 10011 | 10000 | 0 | 1011000 | 1011010 | 101000 | 1 | 1010001 | 100001 |
Color Harmonies of #9A1310
Complementary color
Monochromatic Colors of #9A1310
Black with #9A1310
Text Example
Text Example
White with #9A1310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1310; }
p { color: rgb(154,19,16); }
H1.HeaderClassName
{
color: #9A1310;
}
.AnyTagClassName
{
color: #9A1310;
}
</style>
background-color css
<style>
a { background-color: #9A1310; }
a { background-color: rgb(154,19,16); }
div.DivClassName
{
background-color: #9A1310;
}
.BgClassName
{
background-color: #9A1310;
}
</style>
border-color css
<style>
span { border-color: #9A1310; }
span { border-color: rgb(154,19,16); }
td.TdClassName
{
border-color: #9A1310;
}
.TagClassName
{
border-color: #9A1310;
}
</style>