Shades of Mandarian Orange #9D2610
Tints of Mandarian Orange #9D2610
RGB
CMYK
RGB Variations
Color information
#9D2610 (or 0x9D2610) is known color: Mandarian Orange. HEX triplet: 9D, 26 and 10. RGB value is (157,38,16). Sum of RGB (Red+Green+Blue) = 157+38+16=211 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.41% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2610 is #62D9EF. Grayscale: #474747. Windows color (decimal): -6478320 or 1058461. OLE color: 1058461.
HSL color Cylindrical-coordinate representation of color #9D2610: hue angle of 9.36º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D2610 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 16 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.38 |
| HSL | 9.36º | 0.82% | 0.34% | - |
| HSV(B) | 9.36º | 0.9% | 0.62% | - |
| XYZ | 14.69 | 8.59 | 1.37 | - |
| YUV | 71.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 16 | 0 | 0.76 | 0.90 | 0.38 | 9.36 | 0.82 | 0.34 |
| Hex | 9D | 26 | 10 | 0 | 4C | 5A | 26 | 9 | 52 | 22 |
| Octal | 235 | 46 | 20 | 0 | 114 | 132 | 46 | 11 | 122 | 42 |
| Binary | 10011101 | 100110 | 10000 | 0 | 1001100 | 1011010 | 100110 | 1001 | 1010010 | 100010 |
Color Harmonies of #9D2610
Complementary color
Monochromatic Colors of #9D2610
Black with #9D2610
Text Example
Text Example
White with #9D2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2610; }
p { color: rgb(157,38,16); }
H1.HeaderClassName
{
color: #9D2610;
}
.AnyTagClassName
{
color: #9D2610;
}
</style>
background-color css
<style>
a { background-color: #9D2610; }
a { background-color: rgb(157,38,16); }
div.DivClassName
{
background-color: #9D2610;
}
.BgClassName
{
background-color: #9D2610;
}
</style>
border-color css
<style>
span { border-color: #9D2610; }
span { border-color: rgb(157,38,16); }
td.TdClassName
{
border-color: #9D2610;
}
.TagClassName
{
border-color: #9D2610;
}
</style>