Shades of Mandarian Orange #911F12
Tints of Mandarian Orange #911F12
RGB
CMYK
RGB Variations
Color information
#911F12 (or 0x911F12) is known color: Mandarian Orange. HEX triplet: 91, 1F and 12. RGB value is (145,31,18). Sum of RGB (Red+Green+Blue) = 145+31+18=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #911F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911F12 is #6EE0ED. Grayscale: #3F3F3F. Windows color (decimal): -7266542 or 1187729. OLE color: 1187729.
HSL color Cylindrical-coordinate representation of color #911F12: hue angle of 6.14º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911F12 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 31 | 18 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.43 |
| HSL | 6.14º | 0.78% | 0.32% | - |
| HSV(B) | 6.14º | 0.88% | 0.57% | - |
| XYZ | 12.28 | 7.04 | 1.28 | - |
| YUV | 63.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 31 | 18 | 0 | 0.79 | 0.88 | 0.43 | 6.14 | 0.78 | 0.32 |
| Hex | 91 | 1F | 12 | 0 | 4F | 58 | 2B | 6 | 4E | 20 |
| Octal | 221 | 37 | 22 | 0 | 117 | 130 | 53 | 6 | 116 | 40 |
| Binary | 10010001 | 11111 | 10010 | 0 | 1001111 | 1011000 | 101011 | 110 | 1001110 | 100000 |
Color Harmonies of #911F12
Complementary color
Monochromatic Colors of #911F12
Black with #911F12
Text Example
Text Example
White with #911F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911F12; }
p { color: rgb(145,31,18); }
H1.HeaderClassName
{
color: #911F12;
}
.AnyTagClassName
{
color: #911F12;
}
</style>
background-color css
<style>
a { background-color: #911F12; }
a { background-color: rgb(145,31,18); }
div.DivClassName
{
background-color: #911F12;
}
.BgClassName
{
background-color: #911F12;
}
</style>
border-color css
<style>
span { border-color: #911F12; }
span { border-color: rgb(145,31,18); }
td.TdClassName
{
border-color: #911F12;
}
.TagClassName
{
border-color: #911F12;
}
</style>