Shades of Mandarian Orange #9B2816
Tints of Mandarian Orange #9B2816
RGB
CMYK
RGB Variations
Color information
#9B2816 (or 0x9B2816) is known color: Mandarian Orange. HEX triplet: 9B, 28 and 16. RGB value is (155,40,22). Sum of RGB (Red+Green+Blue) = 155+40+22=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2816 is #64D7E9. Grayscale: #484848. Windows color (decimal): -6608874 or 1452187. OLE color: 1452187.
HSL color Cylindrical-coordinate representation of color #9B2816: hue angle of 8.12º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B2816 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 22 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.39 |
| HSL | 8.12º | 0.75% | 0.35% | - |
| HSV(B) | 8.12º | 0.86% | 0.61% | - |
| XYZ | 14.42 | 8.54 | 1.65 | - |
| YUV | 72.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 22 | 0 | 0.74 | 0.86 | 0.39 | 8.12 | 0.75 | 0.35 |
| Hex | 9B | 28 | 16 | 0 | 4A | 56 | 27 | 8 | 4B | 23 |
| Octal | 233 | 50 | 26 | 0 | 112 | 126 | 47 | 10 | 113 | 43 |
| Binary | 10011011 | 101000 | 10110 | 0 | 1001010 | 1010110 | 100111 | 1000 | 1001011 | 100011 |
Color Harmonies of #9B2816
Complementary color
Monochromatic Colors of #9B2816
Black with #9B2816
Text Example
Text Example
White with #9B2816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2816; }
p { color: rgb(155,40,22); }
H1.HeaderClassName
{
color: #9B2816;
}
.AnyTagClassName
{
color: #9B2816;
}
</style>
background-color css
<style>
a { background-color: #9B2816; }
a { background-color: rgb(155,40,22); }
div.DivClassName
{
background-color: #9B2816;
}
.BgClassName
{
background-color: #9B2816;
}
</style>
border-color css
<style>
span { border-color: #9B2816; }
span { border-color: rgb(155,40,22); }
td.TdClassName
{
border-color: #9B2816;
}
.TagClassName
{
border-color: #9B2816;
}
</style>