Shades of Mandarian Orange #9B281F
Tints of Mandarian Orange #9B281F
RGB
CMYK
RGB Variations
Color information
#9B281F (or 0x9B281F) is known color: Mandarian Orange. HEX triplet: 9B, 28 and 1F. RGB value is (155,40,31). Sum of RGB (Red+Green+Blue) = 155+40+31=226 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.58% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 155 - color contains mainly: red. Hex color #9B281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B281F is #64D7E0. Grayscale: #494949. Windows color (decimal): -6608865 or 2042011. OLE color: 2042011.
HSL color Cylindrical-coordinate representation of color #9B281F: hue angle of 4.35º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B281F is Cyan = 0, Magento = 0.74, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 31 | - |
| CMYK | 0 | 0.74 | 0.8 | 0.39 |
| HSL | 4.35º | 0.67% | 0.36% | - |
| HSV(B) | 4.35º | 0.8% | 0.61% | - |
| XYZ | 14.52 | 8.59 | 2.19 | - |
| YUV | 73.36 | 104.1 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 31 | 0 | 0.74 | 0.8 | 0.39 | 4.35 | 0.67 | 0.36 |
| Hex | 9B | 28 | 1F | 0 | 4A | 50 | 27 | 4 | 43 | 24 |
| Octal | 233 | 50 | 37 | 0 | 112 | 120 | 47 | 4 | 103 | 44 |
| Binary | 10011011 | 101000 | 11111 | 0 | 1001010 | 1010000 | 100111 | 100 | 1000011 | 100100 |
Color Harmonies of #9B281F
Complementary color
Monochromatic Colors of #9B281F
Black with #9B281F
Text Example
Text Example
White with #9B281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B281F; }
p { color: rgb(155,40,31); }
H1.HeaderClassName
{
color: #9B281F;
}
.AnyTagClassName
{
color: #9B281F;
}
</style>
background-color css
<style>
a { background-color: #9B281F; }
a { background-color: rgb(155,40,31); }
div.DivClassName
{
background-color: #9B281F;
}
.BgClassName
{
background-color: #9B281F;
}
</style>
border-color css
<style>
span { border-color: #9B281F; }
span { border-color: rgb(155,40,31); }
td.TdClassName
{
border-color: #9B281F;
}
.TagClassName
{
border-color: #9B281F;
}
</style>