Shades of Mandarian Orange #9B2911
Tints of Mandarian Orange #9B2911
RGB
CMYK
RGB Variations
Color information
#9B2911 (or 0x9B2911) is known color: Mandarian Orange. HEX triplet: 9B, 29 and 11. RGB value is (155,41,17). Sum of RGB (Red+Green+Blue) = 155+41+17=213 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.77% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2911 is #64D6EE. Grayscale: #484848. Windows color (decimal): -6608623 or 1124763. OLE color: 1124763.
HSL color Cylindrical-coordinate representation of color #9B2911: hue angle of 10.43º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B2911 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 17 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.39 |
| HSL | 10.43º | 0.8% | 0.34% | - |
| HSV(B) | 10.43º | 0.89% | 0.61% | - |
| XYZ | 14.41 | 8.59 | 1.43 | - |
| YUV | 72.35 | 96.77 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 17 | 0 | 0.74 | 0.89 | 0.39 | 10.43 | 0.8 | 0.34 |
| Hex | 9B | 29 | 11 | 0 | 4A | 59 | 27 | A | 50 | 22 |
| Octal | 233 | 51 | 21 | 0 | 112 | 131 | 47 | 12 | 120 | 42 |
| Binary | 10011011 | 101001 | 10001 | 0 | 1001010 | 1011001 | 100111 | 1010 | 1010000 | 100010 |
Color Harmonies of #9B2911
Complementary color
Monochromatic Colors of #9B2911
Black with #9B2911
Text Example
Text Example
White with #9B2911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2911; }
p { color: rgb(155,41,17); }
H1.HeaderClassName
{
color: #9B2911;
}
.AnyTagClassName
{
color: #9B2911;
}
</style>
background-color css
<style>
a { background-color: #9B2911; }
a { background-color: rgb(155,41,17); }
div.DivClassName
{
background-color: #9B2911;
}
.BgClassName
{
background-color: #9B2911;
}
</style>
border-color css
<style>
span { border-color: #9B2911; }
span { border-color: rgb(155,41,17); }
td.TdClassName
{
border-color: #9B2911;
}
.TagClassName
{
border-color: #9B2911;
}
</style>