Shades of Mandarian Orange #9B220E
Tints of Mandarian Orange #9B220E
RGB
CMYK
RGB Variations
Color information
#9B220E (or 0x9B220E) is known color: Mandarian Orange. HEX triplet: 9B, 22 and 0E. RGB value is (155,34,14). Sum of RGB (Red+Green+Blue) = 155+34+14=203 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.35% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 155 - color contains mainly: red. Hex color #9B220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B220E is #64DDF1. Grayscale: #444444. Windows color (decimal): -6610418 or 926363. OLE color: 926363.
HSL color Cylindrical-coordinate representation of color #9B220E: hue angle of 8.51º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B220E is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 34 | 14 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.39 |
| HSL | 8.51º | 0.83% | 0.33% | - |
| HSV(B) | 8.51º | 0.91% | 0.61% | - |
| XYZ | 14.17 | 8.14 | 1.24 | - |
| YUV | 67.9 | 97.59 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 34 | 14 | 0 | 0.78 | 0.91 | 0.39 | 8.51 | 0.83 | 0.33 |
| Hex | 9B | 22 | E | 0 | 4E | 5B | 27 | 9 | 53 | 21 |
| Octal | 233 | 42 | 16 | 0 | 116 | 133 | 47 | 11 | 123 | 41 |
| Binary | 10011011 | 100010 | 1110 | 0 | 1001110 | 1011011 | 100111 | 1001 | 1010011 | 100001 |
Color Harmonies of #9B220E
Complementary color
Monochromatic Colors of #9B220E
Black with #9B220E
Text Example
Text Example
White with #9B220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B220E; }
p { color: rgb(155,34,14); }
H1.HeaderClassName
{
color: #9B220E;
}
.AnyTagClassName
{
color: #9B220E;
}
</style>
background-color css
<style>
a { background-color: #9B220E; }
a { background-color: rgb(155,34,14); }
div.DivClassName
{
background-color: #9B220E;
}
.BgClassName
{
background-color: #9B220E;
}
</style>
border-color css
<style>
span { border-color: #9B220E; }
span { border-color: rgb(155,34,14); }
td.TdClassName
{
border-color: #9B220E;
}
.TagClassName
{
border-color: #9B220E;
}
</style>