Shades of Mandarian Orange #9A1F0D
Tints of Mandarian Orange #9A1F0D
RGB
CMYK
RGB Variations
Color information
#9A1F0D (or 0x9A1F0D) is known color: Mandarian Orange. HEX triplet: 9A, 1F and 0D. RGB value is (154,31,13). Sum of RGB (Red+Green+Blue) = 154+31+13=198 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77.78% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1F0D is #65E0F2. Grayscale: #414141. Windows color (decimal): -6676723 or 860058. OLE color: 860058.
HSL color Cylindrical-coordinate representation of color #9A1F0D: hue angle of 7.66º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A1F0D is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 31 | 13 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.40 |
| HSL | 7.66º | 0.84% | 0.33% | - |
| HSV(B) | 7.66º | 0.92% | 0.6% | - |
| XYZ | 13.89 | 7.88 | 1.17 | - |
| YUV | 65.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 31 | 13 | 0 | 0.80 | 0.92 | 0.40 | 7.66 | 0.84 | 0.33 |
| Hex | 9A | 1F | D | 0 | 50 | 5C | 28 | 8 | 54 | 21 |
| Octal | 232 | 37 | 15 | 0 | 120 | 134 | 50 | 10 | 124 | 41 |
| Binary | 10011010 | 11111 | 1101 | 0 | 1010000 | 1011100 | 101000 | 1000 | 1010100 | 100001 |
Color Harmonies of #9A1F0D
Complementary color
Monochromatic Colors of #9A1F0D
Black with #9A1F0D
Text Example
Text Example
White with #9A1F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1F0D; }
p { color: rgb(154,31,13); }
H1.HeaderClassName
{
color: #9A1F0D;
}
.AnyTagClassName
{
color: #9A1F0D;
}
</style>
background-color css
<style>
a { background-color: #9A1F0D; }
a { background-color: rgb(154,31,13); }
div.DivClassName
{
background-color: #9A1F0D;
}
.BgClassName
{
background-color: #9A1F0D;
}
</style>
border-color css
<style>
span { border-color: #9A1F0D; }
span { border-color: rgb(154,31,13); }
td.TdClassName
{
border-color: #9A1F0D;
}
.TagClassName
{
border-color: #9A1F0D;
}
</style>