Shades of Mandarian Orange #9B240D
Tints of Mandarian Orange #9B240D
RGB
CMYK
RGB Variations
Color information
#9B240D (or 0x9B240D) is known color: Mandarian Orange. HEX triplet: 9B, 24 and 0D. RGB value is (155,36,13). Sum of RGB (Red+Green+Blue) = 155+36+13=204 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.98% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 155 - color contains mainly: red. Hex color #9B240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B240D is #64DBF2. Grayscale: #454545. Windows color (decimal): -6609907 or 861339. OLE color: 861339.
HSL color Cylindrical-coordinate representation of color #9B240D: hue angle of 9.72º 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 #9B240D is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 36 | 13 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.39 |
| HSL | 9.72º | 0.85% | 0.33% | - |
| HSV(B) | 9.72º | 0.92% | 0.61% | - |
| XYZ | 14.22 | 8.26 | 1.23 | - |
| YUV | 68.96 | 96.42 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 13 | 0 | 0.77 | 0.92 | 0.39 | 9.72 | 0.85 | 0.33 |
| Hex | 9B | 24 | D | 0 | 4D | 5C | 27 | A | 55 | 21 |
| Octal | 233 | 44 | 15 | 0 | 115 | 134 | 47 | 12 | 125 | 41 |
| Binary | 10011011 | 100100 | 1101 | 0 | 1001101 | 1011100 | 100111 | 1010 | 1010101 | 100001 |
Color Harmonies of #9B240D
Complementary color
Monochromatic Colors of #9B240D
Black with #9B240D
Text Example
Text Example
White with #9B240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B240D; }
p { color: rgb(155,36,13); }
H1.HeaderClassName
{
color: #9B240D;
}
.AnyTagClassName
{
color: #9B240D;
}
</style>
background-color css
<style>
a { background-color: #9B240D; }
a { background-color: rgb(155,36,13); }
div.DivClassName
{
background-color: #9B240D;
}
.BgClassName
{
background-color: #9B240D;
}
</style>
border-color css
<style>
span { border-color: #9B240D; }
span { border-color: rgb(155,36,13); }
td.TdClassName
{
border-color: #9B240D;
}
.TagClassName
{
border-color: #9B240D;
}
</style>