Shades of Mandarian Orange #9B2115
Tints of Mandarian Orange #9B2115
RGB
CMYK
RGB Variations
Color information
#9B2115 (or 0x9B2115) is known color: Mandarian Orange. HEX triplet: 9B, 21 and 15. RGB value is (155,33,21). Sum of RGB (Red+Green+Blue) = 155+33+21=209 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.16% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2115 is #64DEEA. Grayscale: #444444. Windows color (decimal): -6610667 or 1384859. OLE color: 1384859.
HSL color Cylindrical-coordinate representation of color #9B2115: hue angle of 5.37º degrees, saturation: 0.76, 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 #9B2115 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 33 | 21 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.39 |
| HSL | 5.37º | 0.76% | 0.35% | - |
| HSV(B) | 5.37º | 0.86% | 0.61% | - |
| XYZ | 14.2 | 8.11 | 1.53 | - |
| YUV | 68.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 33 | 21 | 0 | 0.79 | 0.86 | 0.39 | 5.37 | 0.76 | 0.35 |
| Hex | 9B | 21 | 15 | 0 | 4F | 56 | 27 | 5 | 4C | 23 |
| Octal | 233 | 41 | 25 | 0 | 117 | 126 | 47 | 5 | 114 | 43 |
| Binary | 10011011 | 100001 | 10101 | 0 | 1001111 | 1010110 | 100111 | 101 | 1001100 | 100011 |
Color Harmonies of #9B2115
Complementary color
Monochromatic Colors of #9B2115
Black with #9B2115
Text Example
Text Example
White with #9B2115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2115; }
p { color: rgb(155,33,21); }
H1.HeaderClassName
{
color: #9B2115;
}
.AnyTagClassName
{
color: #9B2115;
}
</style>
background-color css
<style>
a { background-color: #9B2115; }
a { background-color: rgb(155,33,21); }
div.DivClassName
{
background-color: #9B2115;
}
.BgClassName
{
background-color: #9B2115;
}
</style>
border-color css
<style>
span { border-color: #9B2115; }
span { border-color: rgb(155,33,21); }
td.TdClassName
{
border-color: #9B2115;
}
.TagClassName
{
border-color: #9B2115;
}
</style>