Shades of Mandarian Orange #901A16
Tints of Mandarian Orange #901A16
RGB
CMYK
RGB Variations
Color information
#901A16 (or 0x901A16) is known color: Mandarian Orange. HEX triplet: 90, 1A and 16. RGB value is (144,26,22). Sum of RGB (Red+Green+Blue) = 144+26+22=192 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 144 - color contains mainly: red. Hex color #901A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901A16 is #6FE5E9. Grayscale: #3C3C3C. Windows color (decimal): -7333354 or 1448592. OLE color: 1448592.
HSL color Cylindrical-coordinate representation of color #901A16: hue angle of 1.97º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901A16 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 22 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.44 |
| HSL | 1.97º | 0.73% | 0.33% | - |
| HSV(B) | 1.97º | 0.85% | 0.56% | - |
| XYZ | 12.02 | 6.73 | 1.42 | - |
| YUV | 60.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 22 | 0 | 0.82 | 0.85 | 0.44 | 1.97 | 0.73 | 0.33 |
| Hex | 90 | 1A | 16 | 0 | 52 | 55 | 2C | 2 | 49 | 21 |
| Octal | 220 | 32 | 26 | 0 | 122 | 125 | 54 | 2 | 111 | 41 |
| Binary | 10010000 | 11010 | 10110 | 0 | 1010010 | 1010101 | 101100 | 10 | 1001001 | 100001 |
Color Harmonies of #901A16
Complementary color
Monochromatic Colors of #901A16
Black with #901A16
Text Example
Text Example
White with #901A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A16; }
p { color: rgb(144,26,22); }
H1.HeaderClassName
{
color: #901A16;
}
.AnyTagClassName
{
color: #901A16;
}
</style>
background-color css
<style>
a { background-color: #901A16; }
a { background-color: rgb(144,26,22); }
div.DivClassName
{
background-color: #901A16;
}
.BgClassName
{
background-color: #901A16;
}
</style>
border-color css
<style>
span { border-color: #901A16; }
span { border-color: rgb(144,26,22); }
td.TdClassName
{
border-color: #901A16;
}
.TagClassName
{
border-color: #901A16;
}
</style>