Shades of Mandarian Orange #9A271B
Tints of Mandarian Orange #9A271B
RGB
CMYK
RGB Variations
Color information
#9A271B (or 0x9A271B) is known color: Mandarian Orange. HEX triplet: 9A, 27 and 1B. RGB value is (154,39,27). Sum of RGB (Red+Green+Blue) = 154+39+27=220 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 154 - color contains mainly: red. Hex color #9A271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A271B is #65D8E4. Grayscale: #484848. Windows color (decimal): -6674661 or 1779610. OLE color: 1779610.
HSL color Cylindrical-coordinate representation of color #9A271B: hue angle of 5.67º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A271B is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 39 | 27 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.40 |
| HSL | 5.67º | 0.7% | 0.35% | - |
| HSV(B) | 5.67º | 0.82% | 0.6% | - |
| XYZ | 14.25 | 8.4 | 1.91 | - |
| YUV | 72.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 39 | 27 | 0 | 0.75 | 0.82 | 0.40 | 5.67 | 0.7 | 0.35 |
| Hex | 9A | 27 | 1B | 0 | 4B | 52 | 28 | 6 | 46 | 23 |
| Octal | 232 | 47 | 33 | 0 | 113 | 122 | 50 | 6 | 106 | 43 |
| Binary | 10011010 | 100111 | 11011 | 0 | 1001011 | 1010010 | 101000 | 110 | 1000110 | 100011 |
Color Harmonies of #9A271B
Complementary color
Monochromatic Colors of #9A271B
Black with #9A271B
Text Example
Text Example
White with #9A271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A271B; }
p { color: rgb(154,39,27); }
H1.HeaderClassName
{
color: #9A271B;
}
.AnyTagClassName
{
color: #9A271B;
}
</style>
background-color css
<style>
a { background-color: #9A271B; }
a { background-color: rgb(154,39,27); }
div.DivClassName
{
background-color: #9A271B;
}
.BgClassName
{
background-color: #9A271B;
}
</style>
border-color css
<style>
span { border-color: #9A271B; }
span { border-color: rgb(154,39,27); }
td.TdClassName
{
border-color: #9A271B;
}
.TagClassName
{
border-color: #9A271B;
}
</style>