Shades of Mandarian Orange #912111
Tints of Mandarian Orange #912111
RGB
CMYK
RGB Variations
Color information
#912111 (or 0x912111) is known color: Mandarian Orange. HEX triplet: 91, 21 and 11. RGB value is (145,33,17). Sum of RGB (Red+Green+Blue) = 145+33+17=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #912111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912111 is #6EDEEE. Grayscale: #404040. Windows color (decimal): -7266031 or 1122705. OLE color: 1122705.
HSL color Cylindrical-coordinate representation of color #912111: hue angle of 7.5º degrees, saturation: 0.79, 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 #912111 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 33 | 17 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.43 |
| HSL | 7.5º | 0.79% | 0.32% | - |
| HSV(B) | 7.5º | 0.88% | 0.57% | - |
| XYZ | 12.32 | 7.15 | 1.26 | - |
| YUV | 64.66 | 101.11 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 17 | 0 | 0.77 | 0.88 | 0.43 | 7.5 | 0.79 | 0.32 |
| Hex | 91 | 21 | 11 | 0 | 4D | 58 | 2B | 8 | 4F | 20 |
| Octal | 221 | 41 | 21 | 0 | 115 | 130 | 53 | 10 | 117 | 40 |
| Binary | 10010001 | 100001 | 10001 | 0 | 1001101 | 1011000 | 101011 | 1000 | 1001111 | 100000 |
Color Harmonies of #912111
Complementary color
Monochromatic Colors of #912111
Black with #912111
Text Example
Text Example
White with #912111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912111; }
p { color: rgb(145,33,17); }
H1.HeaderClassName
{
color: #912111;
}
.AnyTagClassName
{
color: #912111;
}
</style>
background-color css
<style>
a { background-color: #912111; }
a { background-color: rgb(145,33,17); }
div.DivClassName
{
background-color: #912111;
}
.BgClassName
{
background-color: #912111;
}
</style>
border-color css
<style>
span { border-color: #912111; }
span { border-color: rgb(145,33,17); }
td.TdClassName
{
border-color: #912111;
}
.TagClassName
{
border-color: #912111;
}
</style>