Shades of Mandarian Orange #912110
Tints of Mandarian Orange #912110
RGB
CMYK
RGB Variations
Color information
#912110 (or 0x912110) is known color: Mandarian Orange. HEX triplet: 91, 21 and 10. RGB value is (145,33,16). Sum of RGB (Red+Green+Blue) = 145+33+16=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #912110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912110 is #6EDEEF. Grayscale: #404040. Windows color (decimal): -7266032 or 1057169. OLE color: 1057169.
HSL color Cylindrical-coordinate representation of color #912110: hue angle of 7.91º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #912110 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 33 | 16 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.43 |
| HSL | 7.91º | 0.8% | 0.32% | - |
| HSV(B) | 7.91º | 0.89% | 0.57% | - |
| XYZ | 12.31 | 7.14 | 1.22 | - |
| YUV | 64.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 16 | 0 | 0.77 | 0.89 | 0.43 | 7.91 | 0.8 | 0.32 |
| Hex | 91 | 21 | 10 | 0 | 4D | 59 | 2B | 8 | 50 | 20 |
| Octal | 221 | 41 | 20 | 0 | 115 | 131 | 53 | 10 | 120 | 40 |
| Binary | 10010001 | 100001 | 10000 | 0 | 1001101 | 1011001 | 101011 | 1000 | 1010000 | 100000 |
Color Harmonies of #912110
Complementary color
Monochromatic Colors of #912110
Black with #912110
Text Example
Text Example
White with #912110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912110; }
p { color: rgb(145,33,16); }
H1.HeaderClassName
{
color: #912110;
}
.AnyTagClassName
{
color: #912110;
}
</style>
background-color css
<style>
a { background-color: #912110; }
a { background-color: rgb(145,33,16); }
div.DivClassName
{
background-color: #912110;
}
.BgClassName
{
background-color: #912110;
}
</style>
border-color css
<style>
span { border-color: #912110; }
span { border-color: rgb(145,33,16); }
td.TdClassName
{
border-color: #912110;
}
.TagClassName
{
border-color: #912110;
}
</style>