Shades of Mandarian Orange #9A2625
Tints of Mandarian Orange #9A2625
RGB
CMYK
RGB Variations
Color information
#9A2625 (or 0x9A2625) is known color: Mandarian Orange. HEX triplet: 9A, 26 and 25. RGB value is (154,38,37). Sum of RGB (Red+Green+Blue) = 154+38+37=229 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.25% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2625 is #65D9DA. Grayscale: #484848. Windows color (decimal): -6674907 or 2434714. OLE color: 2434714.
HSL color Cylindrical-coordinate representation of color #9A2625: hue angle of 0.51º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A2625 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 38 | 37 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.40 |
| HSL | 0.51º | 0.61% | 0.37% | - |
| HSV(B) | 0.51º | 0.76% | 0.6% | - |
| XYZ | 14.35 | 8.39 | 2.61 | - |
| YUV | 72.57 | 107.93 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 37 | 0 | 0.75 | 0.76 | 0.40 | 0.51 | 0.61 | 0.37 |
| Hex | 9A | 26 | 25 | 0 | 4B | 4C | 28 | 1 | 3D | 25 |
| Octal | 232 | 46 | 45 | 0 | 113 | 114 | 50 | 1 | 75 | 45 |
| Binary | 10011010 | 100110 | 100101 | 0 | 1001011 | 1001100 | 101000 | 1 | 111101 | 100101 |
Color Harmonies of #9A2625
Complementary color
Monochromatic Colors of #9A2625
Black with #9A2625
Text Example
Text Example
White with #9A2625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2625; }
p { color: rgb(154,38,37); }
H1.HeaderClassName
{
color: #9A2625;
}
.AnyTagClassName
{
color: #9A2625;
}
</style>
background-color css
<style>
a { background-color: #9A2625; }
a { background-color: rgb(154,38,37); }
div.DivClassName
{
background-color: #9A2625;
}
.BgClassName
{
background-color: #9A2625;
}
</style>
border-color css
<style>
span { border-color: #9A2625; }
span { border-color: rgb(154,38,37); }
td.TdClassName
{
border-color: #9A2625;
}
.TagClassName
{
border-color: #9A2625;
}
</style>