Shades of Mandarian Orange #911D17
Tints of Mandarian Orange #911D17
RGB
CMYK
RGB Variations
Color information
#911D17 (or 0x911D17) is known color: Mandarian Orange. HEX triplet: 91, 1D and 17. RGB value is (145,29,23). Sum of RGB (Red+Green+Blue) = 145+29+23=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #911D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911D17 is #6EE2E8. Grayscale: #3F3F3F. Windows color (decimal): -7267049 or 1514897. OLE color: 1514897.
HSL color Cylindrical-coordinate representation of color #911D17: hue angle of 2.95º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911D17 is Cyan = 0, Magento = 0.8, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 29 | 23 | - |
| CMYK | 0 | 0.8 | 0.84 | 0.43 |
| HSL | 2.95º | 0.73% | 0.33% | - |
| HSV(B) | 2.95º | 0.84% | 0.57% | - |
| XYZ | 12.27 | 6.96 | 1.51 | - |
| YUV | 63 | 105.43 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 29 | 23 | 0 | 0.8 | 0.84 | 0.43 | 2.95 | 0.73 | 0.33 |
| Hex | 91 | 1D | 17 | 0 | 50 | 54 | 2B | 3 | 49 | 21 |
| Octal | 221 | 35 | 27 | 0 | 120 | 124 | 53 | 3 | 111 | 41 |
| Binary | 10010001 | 11101 | 10111 | 0 | 1010000 | 1010100 | 101011 | 11 | 1001001 | 100001 |
Color Harmonies of #911D17
Complementary color
Monochromatic Colors of #911D17
Black with #911D17
Text Example
Text Example
White with #911D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911D17; }
p { color: rgb(145,29,23); }
H1.HeaderClassName
{
color: #911D17;
}
.AnyTagClassName
{
color: #911D17;
}
</style>
background-color css
<style>
a { background-color: #911D17; }
a { background-color: rgb(145,29,23); }
div.DivClassName
{
background-color: #911D17;
}
.BgClassName
{
background-color: #911D17;
}
</style>
border-color css
<style>
span { border-color: #911D17; }
span { border-color: rgb(145,29,23); }
td.TdClassName
{
border-color: #911D17;
}
.TagClassName
{
border-color: #911D17;
}
</style>