Shades of Mandarian Orange #9A281B
Tints of Mandarian Orange #9A281B
RGB
CMYK
RGB Variations
Color information
#9A281B (or 0x9A281B) is known color: Mandarian Orange. HEX triplet: 9A, 28 and 1B. RGB value is (154,40,27). Sum of RGB (Red+Green+Blue) = 154+40+27=221 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.68% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 154 - color contains mainly: red. Hex color #9A281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A281B is #65D7E4. Grayscale: #484848. Windows color (decimal): -6674405 or 1779866. OLE color: 1779866.
HSL color Cylindrical-coordinate representation of color #9A281B: hue angle of 6.14º 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 #9A281B is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 40 | 27 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.40 |
| HSL | 6.14º | 0.7% | 0.35% | - |
| HSV(B) | 6.14º | 0.82% | 0.6% | - |
| XYZ | 14.28 | 8.47 | 1.92 | - |
| YUV | 72.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 40 | 27 | 0 | 0.74 | 0.82 | 0.40 | 6.14 | 0.7 | 0.35 |
| Hex | 9A | 28 | 1B | 0 | 4A | 52 | 28 | 6 | 46 | 23 |
| Octal | 232 | 50 | 33 | 0 | 112 | 122 | 50 | 6 | 106 | 43 |
| Binary | 10011010 | 101000 | 11011 | 0 | 1001010 | 1010010 | 101000 | 110 | 1000110 | 100011 |
Color Harmonies of #9A281B
Complementary color
Monochromatic Colors of #9A281B
Black with #9A281B
Text Example
Text Example
White with #9A281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A281B; }
p { color: rgb(154,40,27); }
H1.HeaderClassName
{
color: #9A281B;
}
.AnyTagClassName
{
color: #9A281B;
}
</style>
background-color css
<style>
a { background-color: #9A281B; }
a { background-color: rgb(154,40,27); }
div.DivClassName
{
background-color: #9A281B;
}
.BgClassName
{
background-color: #9A281B;
}
</style>
border-color css
<style>
span { border-color: #9A281B; }
span { border-color: rgb(154,40,27); }
td.TdClassName
{
border-color: #9A281B;
}
.TagClassName
{
border-color: #9A281B;
}
</style>