Shades of Mandarian Orange #902015
Tints of Mandarian Orange #902015
RGB
CMYK
RGB Variations
Color information
#902015 (or 0x902015) is known color: Mandarian Orange. HEX triplet: 90, 20 and 15. RGB value is (144,32,21). Sum of RGB (Red+Green+Blue) = 144+32+21=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #902015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902015 is #6FDFEA. Grayscale: #404040. Windows color (decimal): -7331819 or 1384592. OLE color: 1384592.
HSL color Cylindrical-coordinate representation of color #902015: hue angle of 5.37º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #902015 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 21 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.44 |
| HSL | 5.37º | 0.75% | 0.32% | - |
| HSV(B) | 5.37º | 0.85% | 0.56% | - |
| XYZ | 12.15 | 7.02 | 1.42 | - |
| YUV | 64.23 | 103.61 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 21 | 0 | 0.78 | 0.85 | 0.44 | 5.37 | 0.75 | 0.32 |
| Hex | 90 | 20 | 15 | 0 | 4E | 55 | 2C | 5 | 4B | 20 |
| Octal | 220 | 40 | 25 | 0 | 116 | 125 | 54 | 5 | 113 | 40 |
| Binary | 10010000 | 100000 | 10101 | 0 | 1001110 | 1010101 | 101100 | 101 | 1001011 | 100000 |
Color Harmonies of #902015
Complementary color
Monochromatic Colors of #902015
Black with #902015
Text Example
Text Example
White with #902015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902015; }
p { color: rgb(144,32,21); }
H1.HeaderClassName
{
color: #902015;
}
.AnyTagClassName
{
color: #902015;
}
</style>
background-color css
<style>
a { background-color: #902015; }
a { background-color: rgb(144,32,21); }
div.DivClassName
{
background-color: #902015;
}
.BgClassName
{
background-color: #902015;
}
</style>
border-color css
<style>
span { border-color: #902015; }
span { border-color: rgb(144,32,21); }
td.TdClassName
{
border-color: #902015;
}
.TagClassName
{
border-color: #902015;
}
</style>