Shades of Mandarian Orange #9B280D
Tints of Mandarian Orange #9B280D
RGB
CMYK
RGB Variations
Color information
#9B280D (or 0x9B280D) is known color: Mandarian Orange. HEX triplet: 9B, 28 and 0D. RGB value is (155,40,13). Sum of RGB (Red+Green+Blue) = 155+40+13=208 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.52% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 155 - color contains mainly: red. Hex color #9B280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B280D is #64D7F2. Grayscale: #474747. Windows color (decimal): -6608883 or 862363. OLE color: 862363.
HSL color Cylindrical-coordinate representation of color #9B280D: hue angle of 11.41º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B280D is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 13 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.39 |
| HSL | 11.41º | 0.85% | 0.33% | - |
| HSV(B) | 11.41º | 0.92% | 0.61% | - |
| XYZ | 14.35 | 8.52 | 1.27 | - |
| YUV | 71.31 | 95.1 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 13 | 0 | 0.74 | 0.92 | 0.39 | 11.41 | 0.85 | 0.33 |
| Hex | 9B | 28 | D | 0 | 4A | 5C | 27 | B | 55 | 21 |
| Octal | 233 | 50 | 15 | 0 | 112 | 134 | 47 | 13 | 125 | 41 |
| Binary | 10011011 | 101000 | 1101 | 0 | 1001010 | 1011100 | 100111 | 1011 | 1010101 | 100001 |
Color Harmonies of #9B280D
Complementary color
Monochromatic Colors of #9B280D
Black with #9B280D
Text Example
Text Example
White with #9B280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B280D; }
p { color: rgb(155,40,13); }
H1.HeaderClassName
{
color: #9B280D;
}
.AnyTagClassName
{
color: #9B280D;
}
</style>
background-color css
<style>
a { background-color: #9B280D; }
a { background-color: rgb(155,40,13); }
div.DivClassName
{
background-color: #9B280D;
}
.BgClassName
{
background-color: #9B280D;
}
</style>
border-color css
<style>
span { border-color: #9B280D; }
span { border-color: rgb(155,40,13); }
td.TdClassName
{
border-color: #9B280D;
}
.TagClassName
{
border-color: #9B280D;
}
</style>