Shades of Mandarian Orange #9A1E19
Tints of Mandarian Orange #9A1E19
RGB
CMYK
RGB Variations
Color information
#9A1E19 (or 0x9A1E19) is known color: Mandarian Orange. HEX triplet: 9A, 1E and 19. RGB value is (154,30,25). Sum of RGB (Red+Green+Blue) = 154+30+25=209 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.68% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1E19 is #65E1E6. Grayscale: #424242. Windows color (decimal): -6676967 or 1646234. OLE color: 1646234.
HSL color Cylindrical-coordinate representation of color #9A1E19: hue angle of 2.33º 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 #9A1E19 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 30 | 25 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.40 |
| HSL | 2.33º | 0.72% | 0.35% | - |
| HSV(B) | 2.33º | 0.84% | 0.6% | - |
| XYZ | 13.97 | 7.87 | 1.7 | - |
| YUV | 66.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 25 | 0 | 0.81 | 0.84 | 0.40 | 2.33 | 0.72 | 0.35 |
| Hex | 9A | 1E | 19 | 0 | 51 | 54 | 28 | 2 | 48 | 23 |
| Octal | 232 | 36 | 31 | 0 | 121 | 124 | 50 | 2 | 110 | 43 |
| Binary | 10011010 | 11110 | 11001 | 0 | 1010001 | 1010100 | 101000 | 10 | 1001000 | 100011 |
Color Harmonies of #9A1E19
Complementary color
Monochromatic Colors of #9A1E19
Black with #9A1E19
Text Example
Text Example
White with #9A1E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1E19; }
p { color: rgb(154,30,25); }
H1.HeaderClassName
{
color: #9A1E19;
}
.AnyTagClassName
{
color: #9A1E19;
}
</style>
background-color css
<style>
a { background-color: #9A1E19; }
a { background-color: rgb(154,30,25); }
div.DivClassName
{
background-color: #9A1E19;
}
.BgClassName
{
background-color: #9A1E19;
}
</style>
border-color css
<style>
span { border-color: #9A1E19; }
span { border-color: rgb(154,30,25); }
td.TdClassName
{
border-color: #9A1E19;
}
.TagClassName
{
border-color: #9A1E19;
}
</style>