Shades of Mandarian Orange #90201F
Tints of Mandarian Orange #90201F
RGB
CMYK
RGB Variations
Color information
#90201F (or 0x90201F) is known color: Mandarian Orange. HEX triplet: 90, 20 and 1F. RGB value is (144,32,31). Sum of RGB (Red+Green+Blue) = 144+32+31=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #90201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90201F is #6FDFE0. Grayscale: #414141. Windows color (decimal): -7331809 or 2039952. OLE color: 2039952.
HSL color Cylindrical-coordinate representation of color #90201F: hue angle of 0.53º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90201F is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 31 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.44 |
| HSL | 0.53º | 0.65% | 0.34% | - |
| HSV(B) | 0.53º | 0.78% | 0.56% | - |
| XYZ | 12.27 | 7.06 | 2.01 | - |
| YUV | 65.37 | 108.61 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 31 | 0 | 0.78 | 0.78 | 0.44 | 0.53 | 0.65 | 0.34 |
| Hex | 90 | 20 | 1F | 0 | 4E | 4E | 2C | 1 | 41 | 22 |
| Octal | 220 | 40 | 37 | 0 | 116 | 116 | 54 | 1 | 101 | 42 |
| Binary | 10010000 | 100000 | 11111 | 0 | 1001110 | 1001110 | 101100 | 1 | 1000001 | 100010 |
Color Harmonies of #90201F
Complementary color
Monochromatic Colors of #90201F
Black with #90201F
Text Example
Text Example
White with #90201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90201F; }
p { color: rgb(144,32,31); }
H1.HeaderClassName
{
color: #90201F;
}
.AnyTagClassName
{
color: #90201F;
}
</style>
background-color css
<style>
a { background-color: #90201F; }
a { background-color: rgb(144,32,31); }
div.DivClassName
{
background-color: #90201F;
}
.BgClassName
{
background-color: #90201F;
}
</style>
border-color css
<style>
span { border-color: #90201F; }
span { border-color: rgb(144,32,31); }
td.TdClassName
{
border-color: #90201F;
}
.TagClassName
{
border-color: #90201F;
}
</style>