Shades of Mandarian Orange #9F1616
Tints of Mandarian Orange #9F1616
RGB
CMYK
RGB Variations
Color information
#9F1616 (or 0x9F1616) is known color: Mandarian Orange. HEX triplet: 9F, 16 and 16. RGB value is (159,22,22). Sum of RGB (Red+Green+Blue) = 159+22+22=203 (26% of max value = 765). Red value is 159 (62.5% from 255 or 78.33% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1616 is #60E9E9. Grayscale: #3F3F3F. Windows color (decimal): -6351338 or 1447583. OLE color: 1447583.
HSL color Cylindrical-coordinate representation of color #9F1616: hue angle of 0º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1616 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 22 | 22 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.38 |
| HSL | 0º | 0.76% | 0.35% | - |
| HSV(B) | 0º | 0.86% | 0.62% | - |
| XYZ | 14.73 | 8 | 1.53 | - |
| YUV | 62.96 | 104.89 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 22 | 0 | 0.86 | 0.86 | 0.38 | 0 | 0.76 | 0.35 |
| Hex | 9F | 16 | 16 | 0 | 56 | 56 | 26 | 0 | 4C | 23 |
| Octal | 237 | 26 | 26 | 0 | 126 | 126 | 46 | 0 | 114 | 43 |
| Binary | 10011111 | 10110 | 10110 | 0 | 1010110 | 1010110 | 100110 | 0 | 1001100 | 100011 |
Color Harmonies of #9F1616
Complementary color
Monochromatic Colors of #9F1616
Black with #9F1616
Text Example
Text Example
White with #9F1616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1616; }
p { color: rgb(159,22,22); }
H1.HeaderClassName
{
color: #9F1616;
}
.AnyTagClassName
{
color: #9F1616;
}
</style>
background-color css
<style>
a { background-color: #9F1616; }
a { background-color: rgb(159,22,22); }
div.DivClassName
{
background-color: #9F1616;
}
.BgClassName
{
background-color: #9F1616;
}
</style>
border-color css
<style>
span { border-color: #9F1616; }
span { border-color: rgb(159,22,22); }
td.TdClassName
{
border-color: #9F1616;
}
.TagClassName
{
border-color: #9F1616;
}
</style>