Shades of Mandarian Orange #902011
Tints of Mandarian Orange #902011
RGB
CMYK
RGB Variations
Color information
#902011 (or 0x902011) is known color: Mandarian Orange. HEX triplet: 90, 20 and 11. RGB value is (144,32,17). Sum of RGB (Red+Green+Blue) = 144+32+17=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #902011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902011 is #6FDFEE. Grayscale: #3F3F3F. Windows color (decimal): -7331823 or 1122448. OLE color: 1122448.
HSL color Cylindrical-coordinate representation of color #902011: hue angle of 7.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #902011 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 17 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.44 |
| HSL | 7.09º | 0.79% | 0.32% | - |
| HSV(B) | 7.09º | 0.88% | 0.56% | - |
| XYZ | 12.12 | 7 | 1.24 | - |
| YUV | 63.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 17 | 0 | 0.78 | 0.88 | 0.44 | 7.09 | 0.79 | 0.32 |
| Hex | 90 | 20 | 11 | 0 | 4E | 58 | 2C | 7 | 4F | 20 |
| Octal | 220 | 40 | 21 | 0 | 116 | 130 | 54 | 7 | 117 | 40 |
| Binary | 10010000 | 100000 | 10001 | 0 | 1001110 | 1011000 | 101100 | 111 | 1001111 | 100000 |
Color Harmonies of #902011
Complementary color
Monochromatic Colors of #902011
Black with #902011
Text Example
Text Example
White with #902011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902011; }
p { color: rgb(144,32,17); }
H1.HeaderClassName
{
color: #902011;
}
.AnyTagClassName
{
color: #902011;
}
</style>
background-color css
<style>
a { background-color: #902011; }
a { background-color: rgb(144,32,17); }
div.DivClassName
{
background-color: #902011;
}
.BgClassName
{
background-color: #902011;
}
</style>
border-color css
<style>
span { border-color: #902011; }
span { border-color: rgb(144,32,17); }
td.TdClassName
{
border-color: #902011;
}
.TagClassName
{
border-color: #902011;
}
</style>