Shades of Mandarian Orange #9A1915
Tints of Mandarian Orange #9A1915
RGB
CMYK
RGB Variations
Color information
#9A1915 (or 0x9A1915) is known color: Mandarian Orange. HEX triplet: 9A, 19 and 15. RGB value is (154,25,21). Sum of RGB (Red+Green+Blue) = 154+25+21=200 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1915 is #65E6EA. Grayscale: #3F3F3F. Windows color (decimal): -6678251 or 1382810. OLE color: 1382810.
HSL color Cylindrical-coordinate representation of color #9A1915: hue angle of 1.8º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1915 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 25 | 21 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.40 |
| HSL | 1.8º | 0.76% | 0.34% | - |
| HSV(B) | 1.8º | 0.86% | 0.6% | - |
| XYZ | 13.81 | 7.62 | 1.45 | - |
| YUV | 63.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 21 | 0 | 0.84 | 0.86 | 0.40 | 1.8 | 0.76 | 0.34 |
| Hex | 9A | 19 | 15 | 0 | 54 | 56 | 28 | 2 | 4C | 22 |
| Octal | 232 | 31 | 25 | 0 | 124 | 126 | 50 | 2 | 114 | 42 |
| Binary | 10011010 | 11001 | 10101 | 0 | 1010100 | 1010110 | 101000 | 10 | 1001100 | 100010 |
Color Harmonies of #9A1915
Complementary color
Monochromatic Colors of #9A1915
Black with #9A1915
Text Example
Text Example
White with #9A1915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1915; }
p { color: rgb(154,25,21); }
H1.HeaderClassName
{
color: #9A1915;
}
.AnyTagClassName
{
color: #9A1915;
}
</style>
background-color css
<style>
a { background-color: #9A1915; }
a { background-color: rgb(154,25,21); }
div.DivClassName
{
background-color: #9A1915;
}
.BgClassName
{
background-color: #9A1915;
}
</style>
border-color css
<style>
span { border-color: #9A1915; }
span { border-color: rgb(154,25,21); }
td.TdClassName
{
border-color: #9A1915;
}
.TagClassName
{
border-color: #9A1915;
}
</style>