Shades of Mandarian Orange #9B2016
Tints of Mandarian Orange #9B2016
RGB
CMYK
RGB Variations
Color information
#9B2016 (or 0x9B2016) is known color: Mandarian Orange. HEX triplet: 9B, 20 and 16. RGB value is (155,32,22). Sum of RGB (Red+Green+Blue) = 155+32+22=209 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.16% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2016 is #64DFE9. Grayscale: #434343. Windows color (decimal): -6610922 or 1450139. OLE color: 1450139.
HSL color Cylindrical-coordinate representation of color #9B2016: hue angle of 4.51º 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 #9B2016 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 32 | 22 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.39 |
| HSL | 4.51º | 0.75% | 0.35% | - |
| HSV(B) | 4.51º | 0.86% | 0.61% | - |
| XYZ | 14.18 | 8.06 | 1.57 | - |
| YUV | 67.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 22 | 0 | 0.79 | 0.86 | 0.39 | 4.51 | 0.75 | 0.35 |
| Hex | 9B | 20 | 16 | 0 | 4F | 56 | 27 | 5 | 4B | 23 |
| Octal | 233 | 40 | 26 | 0 | 117 | 126 | 47 | 5 | 113 | 43 |
| Binary | 10011011 | 100000 | 10110 | 0 | 1001111 | 1010110 | 100111 | 101 | 1001011 | 100011 |
Color Harmonies of #9B2016
Complementary color
Monochromatic Colors of #9B2016
Black with #9B2016
Text Example
Text Example
White with #9B2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2016; }
p { color: rgb(155,32,22); }
H1.HeaderClassName
{
color: #9B2016;
}
.AnyTagClassName
{
color: #9B2016;
}
</style>
background-color css
<style>
a { background-color: #9B2016; }
a { background-color: rgb(155,32,22); }
div.DivClassName
{
background-color: #9B2016;
}
.BgClassName
{
background-color: #9B2016;
}
</style>
border-color css
<style>
span { border-color: #9B2016; }
span { border-color: rgb(155,32,22); }
td.TdClassName
{
border-color: #9B2016;
}
.TagClassName
{
border-color: #9B2016;
}
</style>