Shades of Mandarian Orange #90240D
Tints of Mandarian Orange #90240D
RGB
CMYK
RGB Variations
Color information
#90240D (or 0x90240D) is known color: Mandarian Orange. HEX triplet: 90, 24 and 0D. RGB value is (144,36,13). Sum of RGB (Red+Green+Blue) = 144+36+13=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #90240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90240D is #6FDBF2. Grayscale: #414141. Windows color (decimal): -7330803 or 861328. OLE color: 861328.
HSL color Cylindrical-coordinate representation of color #90240D: hue angle of 10.53º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90240D is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 13 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.44 |
| HSL | 10.53º | 0.83% | 0.31% | - |
| HSV(B) | 10.53º | 0.91% | 0.56% | - |
| XYZ | 12.21 | 7.22 | 1.13 | - |
| YUV | 65.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 13 | 0 | 0.75 | 0.91 | 0.44 | 10.53 | 0.83 | 0.31 |
| Hex | 90 | 24 | D | 0 | 4B | 5B | 2C | B | 53 | 1F |
| Octal | 220 | 44 | 15 | 0 | 113 | 133 | 54 | 13 | 123 | 37 |
| Binary | 10010000 | 100100 | 1101 | 0 | 1001011 | 1011011 | 101100 | 1011 | 1010011 | 11111 |
Color Harmonies of #90240D
Complementary color
Monochromatic Colors of #90240D
Black with #90240D
Text Example
Text Example
White with #90240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90240D; }
p { color: rgb(144,36,13); }
H1.HeaderClassName
{
color: #90240D;
}
.AnyTagClassName
{
color: #90240D;
}
</style>
background-color css
<style>
a { background-color: #90240D; }
a { background-color: rgb(144,36,13); }
div.DivClassName
{
background-color: #90240D;
}
.BgClassName
{
background-color: #90240D;
}
</style>
border-color css
<style>
span { border-color: #90240D; }
span { border-color: rgb(144,36,13); }
td.TdClassName
{
border-color: #90240D;
}
.TagClassName
{
border-color: #90240D;
}
</style>