Shades of Mandarian Orange #902415
Tints of Mandarian Orange #902415
RGB
CMYK
RGB Variations
Color information
#902415 (or 0x902415) is known color: Mandarian Orange. HEX triplet: 90, 24 and 15. RGB value is (144,36,21). Sum of RGB (Red+Green+Blue) = 144+36+21=201 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.64% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 144 - color contains mainly: red. Hex color #902415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902415 is #6FDBEA. Grayscale: #424242. Windows color (decimal): -7330795 or 1385616. OLE color: 1385616.
HSL color Cylindrical-coordinate representation of color #902415: hue angle of 7.32º 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 #902415 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 21 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.44 |
| HSL | 7.32º | 0.75% | 0.32% | - |
| HSV(B) | 7.32º | 0.85% | 0.56% | - |
| XYZ | 12.27 | 7.25 | 1.46 | - |
| YUV | 66.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 21 | 0 | 0.75 | 0.85 | 0.44 | 7.32 | 0.75 | 0.32 |
| Hex | 90 | 24 | 15 | 0 | 4B | 55 | 2C | 7 | 4B | 20 |
| Octal | 220 | 44 | 25 | 0 | 113 | 125 | 54 | 7 | 113 | 40 |
| Binary | 10010000 | 100100 | 10101 | 0 | 1001011 | 1010101 | 101100 | 111 | 1001011 | 100000 |
Color Harmonies of #902415
Complementary color
Monochromatic Colors of #902415
Black with #902415
Text Example
Text Example
White with #902415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902415; }
p { color: rgb(144,36,21); }
H1.HeaderClassName
{
color: #902415;
}
.AnyTagClassName
{
color: #902415;
}
</style>
background-color css
<style>
a { background-color: #902415; }
a { background-color: rgb(144,36,21); }
div.DivClassName
{
background-color: #902415;
}
.BgClassName
{
background-color: #902415;
}
</style>
border-color css
<style>
span { border-color: #902415; }
span { border-color: rgb(144,36,21); }
td.TdClassName
{
border-color: #902415;
}
.TagClassName
{
border-color: #902415;
}
</style>