Shades of Mandarian Orange #901D18
Tints of Mandarian Orange #901D18
RGB
CMYK
RGB Variations
Color information
#901D18 (or 0x901D18) is known color: Mandarian Orange. HEX triplet: 90, 1D and 18. RGB value is (144,29,24). Sum of RGB (Red+Green+Blue) = 144+29+24=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #901D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901D18 is #6FE2E7. Grayscale: #3E3E3E. Windows color (decimal): -7332584 or 1580432. OLE color: 1580432.
HSL color Cylindrical-coordinate representation of color #901D18: hue angle of 2.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901D18 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 29 | 24 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.44 |
| HSL | 2.5º | 0.71% | 0.33% | - |
| HSV(B) | 2.5º | 0.83% | 0.56% | - |
| XYZ | 12.11 | 6.87 | 1.55 | - |
| YUV | 62.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 24 | 0 | 0.80 | 0.83 | 0.44 | 2.5 | 0.71 | 0.33 |
| Hex | 90 | 1D | 18 | 0 | 50 | 53 | 2C | 2 | 47 | 21 |
| Octal | 220 | 35 | 30 | 0 | 120 | 123 | 54 | 2 | 107 | 41 |
| Binary | 10010000 | 11101 | 11000 | 0 | 1010000 | 1010011 | 101100 | 10 | 1000111 | 100001 |
Color Harmonies of #901D18
Complementary color
Monochromatic Colors of #901D18
Black with #901D18
Text Example
Text Example
White with #901D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901D18; }
p { color: rgb(144,29,24); }
H1.HeaderClassName
{
color: #901D18;
}
.AnyTagClassName
{
color: #901D18;
}
</style>
background-color css
<style>
a { background-color: #901D18; }
a { background-color: rgb(144,29,24); }
div.DivClassName
{
background-color: #901D18;
}
.BgClassName
{
background-color: #901D18;
}
</style>
border-color css
<style>
span { border-color: #901D18; }
span { border-color: rgb(144,29,24); }
td.TdClassName
{
border-color: #901D18;
}
.TagClassName
{
border-color: #901D18;
}
</style>