Shades of Mandarian Orange #901F1C
Tints of Mandarian Orange #901F1C
RGB
CMYK
RGB Variations
Color information
#901F1C (or 0x901F1C) is known color: Mandarian Orange. HEX triplet: 90, 1F and 1C. RGB value is (144,31,28). Sum of RGB (Red+Green+Blue) = 144+31+28=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #901F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901F1C is #6FE0E3. Grayscale: #404040. Windows color (decimal): -7332068 or 1843088. OLE color: 1843088.
HSL color Cylindrical-coordinate representation of color #901F1C: hue angle of 1.55º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901F1C is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 31 | 28 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.44 |
| HSL | 1.55º | 0.67% | 0.34% | - |
| HSV(B) | 1.55º | 0.81% | 0.56% | - |
| XYZ | 12.2 | 6.99 | 1.81 | - |
| YUV | 64.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 28 | 0 | 0.78 | 0.81 | 0.44 | 1.55 | 0.67 | 0.34 |
| Hex | 90 | 1F | 1C | 0 | 4E | 51 | 2C | 2 | 43 | 22 |
| Octal | 220 | 37 | 34 | 0 | 116 | 121 | 54 | 2 | 103 | 42 |
| Binary | 10010000 | 11111 | 11100 | 0 | 1001110 | 1010001 | 101100 | 10 | 1000011 | 100010 |
Color Harmonies of #901F1C
Complementary color
Monochromatic Colors of #901F1C
Black with #901F1C
Text Example
Text Example
White with #901F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901F1C; }
p { color: rgb(144,31,28); }
H1.HeaderClassName
{
color: #901F1C;
}
.AnyTagClassName
{
color: #901F1C;
}
</style>
background-color css
<style>
a { background-color: #901F1C; }
a { background-color: rgb(144,31,28); }
div.DivClassName
{
background-color: #901F1C;
}
.BgClassName
{
background-color: #901F1C;
}
</style>
border-color css
<style>
span { border-color: #901F1C; }
span { border-color: rgb(144,31,28); }
td.TdClassName
{
border-color: #901F1C;
}
.TagClassName
{
border-color: #901F1C;
}
</style>