Shades of Mandarian Orange #9F1312
Tints of Mandarian Orange #9F1312
RGB
CMYK
RGB Variations
Color information
#9F1312 (or 0x9F1312) is known color: Mandarian Orange. HEX triplet: 9F, 13 and 12. RGB value is (159,19,18). Sum of RGB (Red+Green+Blue) = 159+19+18=196 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.12% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1312 is #60ECED. Grayscale: #3C3C3C. Windows color (decimal): -6352110 or 1184671. OLE color: 1184671.
HSL color Cylindrical-coordinate representation of color #9F1312: hue angle of 0.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1312 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 18 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.38 |
| HSL | 0.43º | 0.8% | 0.35% | - |
| HSV(B) | 0.43º | 0.89% | 0.62% | - |
| XYZ | 14.64 | 7.88 | 1.32 | - |
| YUV | 60.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 18 | 0 | 0.88 | 0.89 | 0.38 | 0.43 | 0.8 | 0.35 |
| Hex | 9F | 13 | 12 | 0 | 58 | 59 | 26 | 0 | 50 | 23 |
| Octal | 237 | 23 | 22 | 0 | 130 | 131 | 46 | 0 | 120 | 43 |
| Binary | 10011111 | 10011 | 10010 | 0 | 1011000 | 1011001 | 100110 | 0 | 1010000 | 100011 |
Color Harmonies of #9F1312
Complementary color
Monochromatic Colors of #9F1312
Black with #9F1312
Text Example
Text Example
White with #9F1312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1312; }
p { color: rgb(159,19,18); }
H1.HeaderClassName
{
color: #9F1312;
}
.AnyTagClassName
{
color: #9F1312;
}
</style>
background-color css
<style>
a { background-color: #9F1312; }
a { background-color: rgb(159,19,18); }
div.DivClassName
{
background-color: #9F1312;
}
.BgClassName
{
background-color: #9F1312;
}
</style>
border-color css
<style>
span { border-color: #9F1312; }
span { border-color: rgb(159,19,18); }
td.TdClassName
{
border-color: #9F1312;
}
.TagClassName
{
border-color: #9F1312;
}
</style>