Shades of Mandarian Orange #9A1D19
Tints of Mandarian Orange #9A1D19
RGB
CMYK
RGB Variations
Color information
#9A1D19 (or 0x9A1D19) is known color: Mandarian Orange. HEX triplet: 9A, 1D and 19. RGB value is (154,29,25). Sum of RGB (Red+Green+Blue) = 154+29+25=208 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.04% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1D19 is #65E2E6. Grayscale: #424242. Windows color (decimal): -6677223 or 1645978. OLE color: 1645978.
HSL color Cylindrical-coordinate representation of color #9A1D19: hue angle of 1.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1D19 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 29 | 25 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.40 |
| HSL | 1.86º | 0.72% | 0.35% | - |
| HSV(B) | 1.86º | 0.84% | 0.6% | - |
| XYZ | 13.94 | 7.82 | 1.69 | - |
| YUV | 65.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 25 | 0 | 0.81 | 0.84 | 0.40 | 1.86 | 0.72 | 0.35 |
| Hex | 9A | 1D | 19 | 0 | 51 | 54 | 28 | 2 | 48 | 23 |
| Octal | 232 | 35 | 31 | 0 | 121 | 124 | 50 | 2 | 110 | 43 |
| Binary | 10011010 | 11101 | 11001 | 0 | 1010001 | 1010100 | 101000 | 10 | 1001000 | 100011 |
Color Harmonies of #9A1D19
Complementary color
Monochromatic Colors of #9A1D19
Black with #9A1D19
Text Example
Text Example
White with #9A1D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1D19; }
p { color: rgb(154,29,25); }
H1.HeaderClassName
{
color: #9A1D19;
}
.AnyTagClassName
{
color: #9A1D19;
}
</style>
background-color css
<style>
a { background-color: #9A1D19; }
a { background-color: rgb(154,29,25); }
div.DivClassName
{
background-color: #9A1D19;
}
.BgClassName
{
background-color: #9A1D19;
}
</style>
border-color css
<style>
span { border-color: #9A1D19; }
span { border-color: rgb(154,29,25); }
td.TdClassName
{
border-color: #9A1D19;
}
.TagClassName
{
border-color: #9A1D19;
}
</style>