Shades of Mandarian Orange #9F1B19
Tints of Mandarian Orange #9F1B19
RGB
CMYK
RGB Variations
Color information
#9F1B19 (or 0x9F1B19) is known color: Mandarian Orange. HEX triplet: 9F, 1B and 19. RGB value is (159,27,25). Sum of RGB (Red+Green+Blue) = 159+27+25=211 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.36% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1B19 is #60E4E6. Grayscale: #424242. Windows color (decimal): -6350055 or 1645471. OLE color: 1645471.
HSL color Cylindrical-coordinate representation of color #9F1B19: hue angle of 0.9º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1B19 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 27 | 25 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.38 |
| HSL | 0.9º | 0.73% | 0.36% | - |
| HSV(B) | 0.9º | 0.84% | 0.62% | - |
| XYZ | 14.87 | 8.22 | 1.72 | - |
| YUV | 66.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 25 | 0 | 0.83 | 0.84 | 0.38 | 0.9 | 0.73 | 0.36 |
| Hex | 9F | 1B | 19 | 0 | 53 | 54 | 26 | 1 | 49 | 24 |
| Octal | 237 | 33 | 31 | 0 | 123 | 124 | 46 | 1 | 111 | 44 |
| Binary | 10011111 | 11011 | 11001 | 0 | 1010011 | 1010100 | 100110 | 1 | 1001001 | 100100 |
Color Harmonies of #9F1B19
Complementary color
Monochromatic Colors of #9F1B19
Black with #9F1B19
Text Example
Text Example
White with #9F1B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1B19; }
p { color: rgb(159,27,25); }
H1.HeaderClassName
{
color: #9F1B19;
}
.AnyTagClassName
{
color: #9F1B19;
}
</style>
background-color css
<style>
a { background-color: #9F1B19; }
a { background-color: rgb(159,27,25); }
div.DivClassName
{
background-color: #9F1B19;
}
.BgClassName
{
background-color: #9F1B19;
}
</style>
border-color css
<style>
span { border-color: #9F1B19; }
span { border-color: rgb(159,27,25); }
td.TdClassName
{
border-color: #9F1B19;
}
.TagClassName
{
border-color: #9F1B19;
}
</style>