Shades of Mandarian Orange #9B2917
Tints of Mandarian Orange #9B2917
RGB
CMYK
RGB Variations
Color information
#9B2917 (or 0x9B2917) is known color: Mandarian Orange. HEX triplet: 9B, 29 and 17. RGB value is (155,41,23). Sum of RGB (Red+Green+Blue) = 155+41+23=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2917 is #64D6E8. Grayscale: #494949. Windows color (decimal): -6608617 or 1517979. OLE color: 1517979.
HSL color Cylindrical-coordinate representation of color #9B2917: hue angle of 8.18º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B2917 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 23 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.39 |
| HSL | 8.18º | 0.74% | 0.35% | - |
| HSV(B) | 8.18º | 0.85% | 0.61% | - |
| XYZ | 14.47 | 8.62 | 1.71 | - |
| YUV | 73.03 | 99.77 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 23 | 0 | 0.74 | 0.85 | 0.39 | 8.18 | 0.74 | 0.35 |
| Hex | 9B | 29 | 17 | 0 | 4A | 55 | 27 | 8 | 4A | 23 |
| Octal | 233 | 51 | 27 | 0 | 112 | 125 | 47 | 10 | 112 | 43 |
| Binary | 10011011 | 101001 | 10111 | 0 | 1001010 | 1010101 | 100111 | 1000 | 1001010 | 100011 |
Color Harmonies of #9B2917
Complementary color
Monochromatic Colors of #9B2917
Black with #9B2917
Text Example
Text Example
White with #9B2917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2917; }
p { color: rgb(155,41,23); }
H1.HeaderClassName
{
color: #9B2917;
}
.AnyTagClassName
{
color: #9B2917;
}
</style>
background-color css
<style>
a { background-color: #9B2917; }
a { background-color: rgb(155,41,23); }
div.DivClassName
{
background-color: #9B2917;
}
.BgClassName
{
background-color: #9B2917;
}
</style>
border-color css
<style>
span { border-color: #9B2917; }
span { border-color: rgb(155,41,23); }
td.TdClassName
{
border-color: #9B2917;
}
.TagClassName
{
border-color: #9B2917;
}
</style>