Shades of Mandarian Orange #90251F
Tints of Mandarian Orange #90251F
RGB
CMYK
RGB Variations
Color information
#90251F (or 0x90251F) is known color: Mandarian Orange. HEX triplet: 90, 25 and 1F. RGB value is (144,37,31). Sum of RGB (Red+Green+Blue) = 144+37+31=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #90251F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90251F is #6FDAE0. Grayscale: #444444. Windows color (decimal): -7330529 or 2041232. OLE color: 2041232.
HSL color Cylindrical-coordinate representation of color #90251F: hue angle of 3.19º 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 #90251F is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 37 | 31 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.44 |
| HSL | 3.19º | 0.65% | 0.34% | - |
| HSV(B) | 3.19º | 0.78% | 0.56% | - |
| XYZ | 12.41 | 7.35 | 2.06 | - |
| YUV | 68.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 37 | 31 | 0 | 0.74 | 0.78 | 0.44 | 3.19 | 0.65 | 0.34 |
| Hex | 90 | 25 | 1F | 0 | 4A | 4E | 2C | 3 | 41 | 22 |
| Octal | 220 | 45 | 37 | 0 | 112 | 116 | 54 | 3 | 101 | 42 |
| Binary | 10010000 | 100101 | 11111 | 0 | 1001010 | 1001110 | 101100 | 11 | 1000001 | 100010 |
Color Harmonies of #90251F
Complementary color
Monochromatic Colors of #90251F
Black with #90251F
Text Example
Text Example
White with #90251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90251F; }
p { color: rgb(144,37,31); }
H1.HeaderClassName
{
color: #90251F;
}
.AnyTagClassName
{
color: #90251F;
}
</style>
background-color css
<style>
a { background-color: #90251F; }
a { background-color: rgb(144,37,31); }
div.DivClassName
{
background-color: #90251F;
}
.BgClassName
{
background-color: #90251F;
}
</style>
border-color css
<style>
span { border-color: #90251F; }
span { border-color: rgb(144,37,31); }
td.TdClassName
{
border-color: #90251F;
}
.TagClassName
{
border-color: #90251F;
}
</style>