Shades of Mandarian Orange #9D2811
Tints of Mandarian Orange #9D2811
RGB
CMYK
RGB Variations
Color information
#9D2811 (or 0x9D2811) is known color: Mandarian Orange. HEX triplet: 9D, 28 and 11. RGB value is (157,40,17). Sum of RGB (Red+Green+Blue) = 157+40+17=214 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.36% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2811 is #62D7EE. Grayscale: #484848. Windows color (decimal): -6477807 or 1124509. OLE color: 1124509.
HSL color Cylindrical-coordinate representation of color #9D2811: hue angle of 9.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D2811 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 40 | 17 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.38 |
| HSL | 9.86º | 0.8% | 0.34% | - |
| HSV(B) | 9.86º | 0.89% | 0.62% | - |
| XYZ | 14.76 | 8.73 | 1.44 | - |
| YUV | 72.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 40 | 17 | 0 | 0.75 | 0.89 | 0.38 | 9.86 | 0.8 | 0.34 |
| Hex | 9D | 28 | 11 | 0 | 4B | 59 | 26 | A | 50 | 22 |
| Octal | 235 | 50 | 21 | 0 | 113 | 131 | 46 | 12 | 120 | 42 |
| Binary | 10011101 | 101000 | 10001 | 0 | 1001011 | 1011001 | 100110 | 1010 | 1010000 | 100010 |
Color Harmonies of #9D2811
Complementary color
Monochromatic Colors of #9D2811
Black with #9D2811
Text Example
Text Example
White with #9D2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2811; }
p { color: rgb(157,40,17); }
H1.HeaderClassName
{
color: #9D2811;
}
.AnyTagClassName
{
color: #9D2811;
}
</style>
background-color css
<style>
a { background-color: #9D2811; }
a { background-color: rgb(157,40,17); }
div.DivClassName
{
background-color: #9D2811;
}
.BgClassName
{
background-color: #9D2811;
}
</style>
border-color css
<style>
span { border-color: #9D2811; }
span { border-color: rgb(157,40,17); }
td.TdClassName
{
border-color: #9D2811;
}
.TagClassName
{
border-color: #9D2811;
}
</style>