Shades of Mandarian Orange #9C270F
Tints of Mandarian Orange #9C270F
RGB
CMYK
RGB Variations
Color information
#9C270F (or 0x9C270F) is known color: Mandarian Orange. HEX triplet: 9C, 27 and 0F. RGB value is (156,39,15). Sum of RGB (Red+Green+Blue) = 156+39+15=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C270F is #63D8F0. Grayscale: #474747. Windows color (decimal): -6543601 or 993180. OLE color: 993180.
HSL color Cylindrical-coordinate representation of color #9C270F: hue angle of 10.21º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C270F is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 39 | 15 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.39 |
| HSL | 10.21º | 0.82% | 0.34% | - |
| HSV(B) | 10.21º | 0.9% | 0.61% | - |
| XYZ | 14.52 | 8.55 | 1.34 | - |
| YUV | 71.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 39 | 15 | 0 | 0.75 | 0.90 | 0.39 | 10.21 | 0.82 | 0.34 |
| Hex | 9C | 27 | F | 0 | 4B | 5A | 27 | A | 52 | 22 |
| Octal | 234 | 47 | 17 | 0 | 113 | 132 | 47 | 12 | 122 | 42 |
| Binary | 10011100 | 100111 | 1111 | 0 | 1001011 | 1011010 | 100111 | 1010 | 1010010 | 100010 |
Color Harmonies of #9C270F
Complementary color
Monochromatic Colors of #9C270F
Black with #9C270F
Text Example
Text Example
White with #9C270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C270F; }
p { color: rgb(156,39,15); }
H1.HeaderClassName
{
color: #9C270F;
}
.AnyTagClassName
{
color: #9C270F;
}
</style>
background-color css
<style>
a { background-color: #9C270F; }
a { background-color: rgb(156,39,15); }
div.DivClassName
{
background-color: #9C270F;
}
.BgClassName
{
background-color: #9C270F;
}
</style>
border-color css
<style>
span { border-color: #9C270F; }
span { border-color: rgb(156,39,15); }
td.TdClassName
{
border-color: #9C270F;
}
.TagClassName
{
border-color: #9C270F;
}
</style>