Shades of Mandarian Orange #9B291F
Tints of Mandarian Orange #9B291F
RGB
CMYK
RGB Variations
Color information
#9B291F (or 0x9B291F) is known color: Mandarian Orange. HEX triplet: 9B, 29 and 1F. RGB value is (155,41,31). Sum of RGB (Red+Green+Blue) = 155+41+31=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B291F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B291F is #64D6E0. Grayscale: #4A4A4A. Windows color (decimal): -6608609 or 2042267. OLE color: 2042267.
HSL color Cylindrical-coordinate representation of color #9B291F: hue angle of 4.84º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B291F is Cyan = 0, Magento = 0.74, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 31 | - |
| CMYK | 0 | 0.74 | 0.8 | 0.39 |
| HSL | 4.84º | 0.67% | 0.36% | - |
| HSV(B) | 4.84º | 0.8% | 0.61% | - |
| XYZ | 14.56 | 8.65 | 2.2 | - |
| YUV | 73.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 31 | 0 | 0.74 | 0.8 | 0.39 | 4.84 | 0.67 | 0.36 |
| Hex | 9B | 29 | 1F | 0 | 4A | 50 | 27 | 5 | 43 | 24 |
| Octal | 233 | 51 | 37 | 0 | 112 | 120 | 47 | 5 | 103 | 44 |
| Binary | 10011011 | 101001 | 11111 | 0 | 1001010 | 1010000 | 100111 | 101 | 1000011 | 100100 |
Color Harmonies of #9B291F
Complementary color
Monochromatic Colors of #9B291F
Black with #9B291F
Text Example
Text Example
White with #9B291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B291F; }
p { color: rgb(155,41,31); }
H1.HeaderClassName
{
color: #9B291F;
}
.AnyTagClassName
{
color: #9B291F;
}
</style>
background-color css
<style>
a { background-color: #9B291F; }
a { background-color: rgb(155,41,31); }
div.DivClassName
{
background-color: #9B291F;
}
.BgClassName
{
background-color: #9B291F;
}
</style>
border-color css
<style>
span { border-color: #9B291F; }
span { border-color: rgb(155,41,31); }
td.TdClassName
{
border-color: #9B291F;
}
.TagClassName
{
border-color: #9B291F;
}
</style>