Shades of Mandarian Orange #9A231B
Tints of Mandarian Orange #9A231B
RGB
CMYK
RGB Variations
Color information
#9A231B (or 0x9A231B) is known color: Mandarian Orange. HEX triplet: 9A, 23 and 1B. RGB value is (154,35,27). Sum of RGB (Red+Green+Blue) = 154+35+27=216 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.30% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 154 - color contains mainly: red. Hex color #9A231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A231B is #65DCE4. Grayscale: #454545. Windows color (decimal): -6675685 or 1778586. OLE color: 1778586.
HSL color Cylindrical-coordinate representation of color #9A231B: hue angle of 3.78º 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 #9A231B is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 35 | 27 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.40 |
| HSL | 3.78º | 0.7% | 0.35% | - |
| HSV(B) | 3.78º | 0.82% | 0.6% | - |
| XYZ | 14.13 | 8.15 | 1.87 | - |
| YUV | 69.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 27 | 0 | 0.77 | 0.82 | 0.40 | 3.78 | 0.7 | 0.35 |
| Hex | 9A | 23 | 1B | 0 | 4D | 52 | 28 | 4 | 46 | 23 |
| Octal | 232 | 43 | 33 | 0 | 115 | 122 | 50 | 4 | 106 | 43 |
| Binary | 10011010 | 100011 | 11011 | 0 | 1001101 | 1010010 | 101000 | 100 | 1000110 | 100011 |
Color Harmonies of #9A231B
Complementary color
Monochromatic Colors of #9A231B
Black with #9A231B
Text Example
Text Example
White with #9A231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A231B; }
p { color: rgb(154,35,27); }
H1.HeaderClassName
{
color: #9A231B;
}
.AnyTagClassName
{
color: #9A231B;
}
</style>
background-color css
<style>
a { background-color: #9A231B; }
a { background-color: rgb(154,35,27); }
div.DivClassName
{
background-color: #9A231B;
}
.BgClassName
{
background-color: #9A231B;
}
</style>
border-color css
<style>
span { border-color: #9A231B; }
span { border-color: rgb(154,35,27); }
td.TdClassName
{
border-color: #9A231B;
}
.TagClassName
{
border-color: #9A231B;
}
</style>